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
curl -X GET "https://example.com/api/vaults/jit-preferences/string/string"Get committed JIT depth per tick range for a pool (both token sides)
Aggregates the vaults' active LP JIT range preferences for one pool into per-tick-range committed depth, summing each token side (depth0/depth1) independently so a one-sided LP still sees the matching liquidity on the other side. Returns per-range depth as decimal strings plus a distinct-LP count (no per-LP addresses). Read-only, and degrades to empty when the pool has no stored ranges. Path parameters: chainId and poolId (32-byte hex), both required. Ranges are sorted by tickLower.
List the Uniswap V4 pool definitions and on-chain state for a chain
Returns the vaults' Uniswap V4 pool definitions plus on-chain state for a chain. Read-only and network-mode-aware, mainnet mode returns nothing on a chain with no real mainnet deployment (fail closed, never fork data), and testnet mode returns the fork pools. Query parameter: chainId (required, must be a chain Aqua0's vaults are live on).