Aqua0
API ReferencePools

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.

GET
/api/vaults/jit-preferences/{chainId}/{lp}

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

lp*string

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    }  ]}