Aqua0
API ReferenceVaults

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.

POST
/api/vaults/jit-preferences/{chainId}

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

Response Body

curl -X POST "https://example.com/api/vaults/jit-preferences/string"
Empty
Empty
Empty