Build calldata to back or leave a strategy
Returns the calldata to change whether an LP's liquidity backs a strategy. Setting `backing` to false is how an LP leaves a strategy, as there is no separate uncommit call.
Authorization
ApiKeyAuth In: header
Path Parameters
Numeric ID of the chain to query or act on.
The vault's underlying asset, as a token contract address (0x-prefixed).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/vaults/string/string/prepare-set-commitment" \ -H "Content-Type: application/json" \ -d '{}'{ "vault": "string", "calls": [ { "to": "string", "data": "string", "value": "string", "description": "string" } ]}Build calldata to claim realized PnL from a strategy
Returns the calldata for an LP to claim their share of a strategy's realized profit-and-loss in an asset vault.
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.