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).
Authorization
ApiKeyAuth In: header
Path Parameters
Numeric ID of the chain to query or act on.
The strategy's numeric class ID within Aqua0's vaults.
Response Body
curl -X GET "https://example.com/api/vaults/strategies/marketplace/string/string/stats"Get one strategy's marketplace detail
Returns one strategy's full marketplace state, grouped across its per-asset vault legs and covering config (strategist, paused), backing (deployed, share price, realized PnL), and a stats summary. Path parameters: chainId and strategyId (the numeric classId), both required. USD/APY/volume stats are reported null pending a data source (see the `unavailable` block).
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).