v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Find the configuration for the enabled networks associated to an environment

get/sdk/{environmentId}/networks

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Response

Networks configuration response

chainNamestring

Example response

[
  {
    "networks": [
      {
        "lcdUrl": "https://lcd.osmosis.zone",
        "chainName": "Ethereum Mainnet",
        "key": "ethereum",
        "name": "Ethereum Mainnet",
        "shortName": "ETH",
        "chain": "ETH",
        "chainId": "1",
        "nameService": {
          "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
        },
        "networkId": "1",
        "nativeCurrency": {
          "name": "Ether",
          "symbol": "ETH",
          "denom": "uatom"
        },
        "rpcUrls": [
          "https://mainnet.infura.io/v3/"
        ],
        "privateCustomerRpcUrls": [
          "https://mainnet.infura.io/v3/"
        ],
        "blockExplorerUrls": [
          "https://etherscan.io/"
        ],
        "vanityName": "Ethereum",
        "bech32Prefix": "cosmos",
        "genesisHash": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "cluster": "mainnet, devnet, etc"
      }
    ]
  }
]