v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Blockchains

GetNetwork

Retrieves a Network by resource name.

get/v2/networks/{network_id}

Path parameters

network_idstring required

Response

A successful response.

Example response

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