Aqua0
API ReferenceStrategies

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).

GET
/api/vaults/strategies/marketplace/{chainId}/{strategyId}/stats

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

strategyId*string

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"
Empty
Empty