v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Blockchains

ListNetworks

Returns the list of networks available for use.

To list custom EVM networks, use ListVaultNetworks

get/v2/networks

Query parameters

pageSizeinteger

The maximum number of items to return. The service may return fewer than this value.

Note: pagination is currently not supported.

pageTokenstring

A page token, received from the previous list call as nextPageToken.

Note: pagination is currently not supported.

Response

A successful response.

nextPageTokenstring

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Example response

{
  "networks": [
    {
      "name": "networks/ethereum-mainnet",
      "displayName": "Ethereum Mainnet",
      "caipDetails": {
        "chainId": "eip155:1",
        "namespace": "eip155",
        "reference": "1"
      },
      "nativeAsset": "assets/e72ff35a5b15"
    }
  ]
}