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.
Authorization
ApiKeyAuth In: header
Path Parameters
Numeric ID of the chain to query or act on.
The liquidity provider's wallet address.
Response Body
application/json
curl -X GET "https://example.com/api/vaults/jit-preferences/string/string"{ "preferences": [ { "id": "string", "lp": "string", "sourceChainId": 0, "targetChainId": 0, "poolId": "string", "tickLower": 0, "tickUpper": 0, "amount0": "string", "amount1": "string", "token0": "string", "token1": "string", "active": true, "createdAt": 0 } ]}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.
List the V4 pool definitions and on-chain state for a chain
Returns Aqua0's V4 pool definitions plus on-chain state for a chain, each with the Aqua class registered on its currency pair. Read-only and network-mode-aware, so a chain with no real mainnet deployment returns nothing in mainnet mode, and no TVL or APY is produced here.