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).
Authorization
ApiKeyAuth In: header
Query Parameters
Numeric ID of the chain to query or act on.
Optional. Restricts results to strategies authored by this strategist address.
Response Body
curl -X GET "https://example.com/api/vaults/strategies/marketplace?chainId=string"Get one strategy's stats summary
Returns just the stats summary for one strategy (swap count, fees, backing LP count, deployed balance, net venue settlement, last swap time), aggregated across its vault legs. Path parameters: chainId and strategyId (numeric classId), both required. USD/APY/volume stats are reported null pending a data source (see the `unavailable` block).
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.