Aqua0
API ReferenceReference

List the chains the vaults are available on

Returns the chains the caller's network mode can see, each with its deployment provenance and whether the vaults are live. Clients should drive chain pickers from this list so an undeployed chain is never offered.

GET
/api/vaults/chains

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/vaults/chains"
{  "mode": "testnet",  "chains": [    {      "chainId": 0,      "network": "mainnet",      "fleetLive": true    }  ]}