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.
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/trades"{ "chainId": 0, "poolId": "string", "source": "jit-backed", "trades": [ { "timestamp": 0, "type": "swap-in", "usd": 0, "amount0": "string", "amount1": "string", "wallet": "string", "walletKnown": true, "txHash": "string" } ], "nextCursor": 0}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.
List an LP's stored JIT range preferences
Returns the LP's stored JIT range preferences on a chain, for the profile page. Read-only.