Get committed JIT depth per tick range for a pool (both token sides)
Aggregates the active LP JIT range preferences for one pool into per-tick-range committed depth, summing each token side independently. This is Aqua0's own committed JIT liquidity (labeled source: 'aqua-committed-jit'), not the pool's total liquidity across all LPs.
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 GET "https://example.com/api/vaults/pools/string/string/range-depth"{ "chainId": 0, "poolId": "string", "token0": "string", "token1": "string", "source": "aqua-committed-jit", "ranges": [ { "tickLower": 0, "tickUpper": 0, "depth0": "string", "depth1": "string", "lpCount": 0 } ], "updatedAt": "string"}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.
Get a pool's recent JIT-backed swaps
Returns the pool's realized V4 swaps, newest first, with on-chain amounts and block time. Only settled swaps that took Aqua0 JIT liquidity are visible (labeled `source: jit-backed`), and LP lock or unlock events are not included.