Aqua0
API ReferenceVaults

List the chains Aqua0's vaults are available on

Returns the chains the caller's network mode can see, each with its deployment provenance. In mainnet mode only chains carrying a real mainnet deployment are returned, and in testnet mode every forked chain is. Clients should drive chain pickers from this list rather than a local list, so an undeployed chain is never offered. Fields per chain: chainId, network ('mainnet' or 'fork'), and fleetLive (whether the vaults are both deployed and reachable right now).

GET
/api/vaults/chains

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

curl -X GET "https://example.com/api/vaults/chains"
Empty