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

GET
/api/vaults

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    }  ]}