Aqua0
API ReferenceStrategies

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

GET
/api/vaults/strategies/marketplace

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Query Parameters

chainId*string

Numeric ID of the chain to query or act on.

strategist?string

Optional. Restricts results to strategies authored by this strategist address.

Response Body

curl -X GET "https://example.com/api/vaults/strategies/marketplace?chainId=string"
Empty