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).
Authorization
ApiKeyAuth In: header
Query Parameters
Numeric ID of the chain to query or act on.
Response Body
curl -X GET "https://example.com/api/vaults/pools?chainId=string"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.
Set an LP's JIT range preference for a pool
Stores the LP's chosen Uniswap V4 tick range for a pool, and this range is the curve the vault's JIT (just-in-time) signer prices swaps against. It carries no capital authority and moves no funds. Wallet-bound: the owner is the caller-verified wallet (from the caller token), so an LP can only set their own range. Path parameter: chainId. Body: poolId (32-byte hex), tickLower, tickUpper, amount0, amount1, token0, token1, all required, plus optional sourceChainId and signature.