Aqua0
API ReferencePools and jit

Clear an LP's JIT range preference for a pool

Deactivates the caller's stored JIT (just-in-time) range for a pool, withdrawing their curve from vault pricing. Wallet-bound: only the caller-verified wallet's own preference is cleared. Path parameters: chainId and poolId (32-byte hex), both required.

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

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