Aqua0
API ReferenceStrategies

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.

GET
/api/vaults/strategies

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Query Parameters

chainId*string

Numeric ID of the chain to query or act on.

vault?string

Optional. Restricts to one vault's strategies, required when strategyId is set.

strategyId?string

Optional. The strategy's numeric class ID, for single-strategy lookup mode (requires vault).

asset0?string

Optional. The pool's first token (paired with asset1) to resolve a Uniswap V4 pool to its strategy.

asset1?string

Optional. The pool's second token (paired with asset0) to resolve a Uniswap V4 pool to its strategy.

Response Body

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