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. USD/APY/volume stats have no native source yet and are reported null (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
application/json
curl -X GET "https://example.com/api/vaults/strategies/marketplace/string/string/stats"{ "chainId": 0, "strategyId": "string", "fleetLive": true, "stats": { "totalSwaps": 0, "totalAquaSwaps": 0, "totalFees": "string", "activeMakers": 0, "totalVirtualBalance": "string", "netSettledToStrategy": "string", "lastSwapTimestamp": 0, "totalVolumeIn": null, "totalVolumeOut": null }, "unavailable": { "fields": [ "string" ], "reason": "string" }}Get one strategy's marketplace detail
Returns one complete two-asset strategy's marketplace state, grouped across its per-asset vault legs, covering config, 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.
Get a strategy's recent realized settlements
Returns the settlements recorded against one strategy, newest first, keyed by its numeric class id rather than a V4 pool hash, and paged with the returned cursor. Filter a per-venue view on `venueKind`, never on `source`, because the two labels answer different questions.