Discover strategies (or look one up) on a chain
Discovers every registered 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
curl -X GET "https://example.com/api/vaults/strategies?chainId=string"Browse the vault strategy marketplace on a chain
Lists every registered strategy on a chain for the marketplace/browse UI, each grouped across its per-asset vault legs and enriched with a stats summary (deployed, realized PnL, backing LP count, swap count/fees from the venue feed). Query parameters: chainId (required), strategist (optional address filter). USD/APY/volume stats are reported null pending a data source (see the response's `unavailable` block).
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.