Clear an LP's JIT range preference for a pool
Deactivates the caller's stored JIT range for a pool, withdrawing their curve from JIT pricing. Wallet-bound: only the caller-verified wallet's own preference is cleared.
Authorization
ApiKeyAuth In: header
Path Parameters
Numeric ID of the chain to query or act on.
The pool's 32-byte identifier (Uniswap v4 PoolId).
Response Body
application/json
curl -X DELETE "https://example.com/api/vaults/jit-preferences/string/string"{ "ok": true}Build calldata to back or leave a strategy
Returns the calldata to change whether an LP's liquidity backs a strategy. Setting `backing` to false is how an LP leaves a strategy, as there is no separate uncommit call.
Get JIT-backed swap count and per-token volume for a pool
Aggregates the realized V4 swaps for one pool over a trailing window into a swap count and per-token raw volume. Counts only swaps that took Aqua0 JIT liquidity (labeled source: 'jit-backed'), so it is JIT-backed volume and not total pool volume.