API ReferenceVaults
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.
Authorization
ApiKeyAuth X-API-Key<token>
In: header
Query Parameters
chainId*string
Numeric ID of the chain to query or act on.
Response Body
application/json
curl -X GET "https://example.com/api/vaults?chainId=string"{ "chainId": 0, "fleetLive": true, "vaults": [ { "chainId": 0, "asset": "string", "vault": "string", "symbol": "string", "totalPrincipal": "string", "totalDeployed": "string", "totalCredit": "string", "indexed": true } ]}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).
Build calldata to claim a fulfilled async redeem
Returns the calldata to claim the payout of an async redeem request once the composer has fulfilled it, the second step after prepare-request-redeem.