Aqua0
API ReferenceVaults

Get an LP's per-strategy backing in an asset vault

Returns, for one LP in one asset vault, the strategies it backs and the per-strategy detail (amount deployed, fees accrued, shortfall charged). Path parameters: chainId, asset (address or symbol), lp (LP address), all required.

GET
/api/vaults/positions/{chainId}/{asset}/{lp}/strategies

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

chainId*string

Numeric ID of the chain to query or act on.

asset*string

The vault's underlying asset, as a token contract address or ticker symbol (e.g. USDC).

lp*string

The liquidity provider's wallet address.

Response Body

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