Aqua0
API ReferencePools

Clear an LP's JIT range preference for a pool

Deactivates the caller's stored JIT range for a pool, withdrawing their curve from JIT pricing. Wallet-bound: only the caller-verified wallet's own preference is cleared.

DELETE
/api/vaults/jit-preferences/{chainId}/{poolId}

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

poolId*string

The pool's 32-byte identifier (Uniswap v4 PoolId).

Response Body

application/json

curl -X DELETE "https://example.com/api/vaults/jit-preferences/string/string"
{  "ok": true}
Empty