List

Get list of available networks

post
Body
Responses
200
Successful network list
application/json
post
POST /v1/<YOUR_API_KEY_HERE>/network/list HTTP/1.1
Host: icrc-mainnet.icp.validationcloud.io
Content-Type: application/json
Accept: */*
Content-Length: 51

{
  "metadata": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}
{
  "network_identifiers": [
    {
      "blockchain": "Internet Computer",
      "network": "mxzaz-hqaaa-aaaar-qaada-cai",
      "sub_network_identifier": {
        "network": "text",
        "metadata": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      }
    }
  ]
}

Was this helpful?