Discover strategies (or look one up) on a chain
Discovers every complete two-asset vault-pair strategy on a chain (each grouped across its per-asset vault legs) for the "back a strategy" picker, or returns one strategy's full state when a strategyId and vault are given.
Authorization
ApiKeyAuth In: header
Query Parameters
Numeric ID of the chain to query or act on.
Optional. Restricts to one vault's strategies, required when strategyId is set.
Optional. The strategy's numeric class ID, for single-strategy lookup mode (requires vault).
Optional. The pool's first token (paired with asset1) to resolve a Uniswap V4 pool to its strategy.
Optional. The pool's second token (paired with asset0) to resolve a Uniswap V4 pool to its strategy.
Response Body
application/json
curl -X GET "https://example.com/api/vaults/strategies?chainId=string"{ "chainId": 0, "fleetLive": true, "strategies": [ { "strategyId": "string", "strategist": "string", "routable": true, "routableReason": "string", "paused": true, "legs": [ { "vault": "string", "asset": "string", "symbol": "string", "deployed": "string", "paused": true } ] } ]}Browse the strategy marketplace on a chain
Lists every complete two-asset strategy on a chain for the marketplace browse UI, each grouped across its per-asset vault legs with its venue curve, leg sizing, and a stats summary. A null figure is never a zero, so check `rpcDegraded` and the `unavailable` block before rendering one.
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.