API ReferenceVaults
List pending async redeem requests for a vault
Returns the pending ERC-7540 async redeem requests for a vault, the exit for deployed capital. Each request reports whether the composer struck its price or whether it vested by timeout (different economics).
Authorization
ApiKeyAuth X-API-Key<token>
In: header
Path Parameters
chainId*string
Numeric ID of the chain to query or act on.
vault*string
The vault's on-chain contract address.
Response Body
application/json
curl -X GET "https://example.com/api/vaults/redeem-requests/string/string"{ "fleetLive": true, "requests": [ { "chainId": 0, "vault": "string", "requestId": "string", "strategyId": "string", "controller": "string", "assets": "string", "claimableAt": "string", "claimed": true, "composerStruck": true } ]}Get an LP's per-strategy backing in an asset vault
Returns, for one LP in one asset vault, the strategies it backs with per-strategy detail (amount deployed, fees accrued, shortfall charged).
List the asset vaults on a chain
Returns every Aqua0 vault on a chain, one vault per asset, with its aggregate totals. Each vault reports whether those totals are fully synced yet.