v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Blockchains

ListVaultNetworks

Returns the list of vault networks available for use.

get/v2/vaults/{vault_id}/networks

Path parameters

vault_idstring required

Query parameters

pageSizeinteger

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