GET
/
sdk
/
{environmentId}
/
networks
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/networks
[
  {
    "chainName": "<string>",
    "networks": [
      {
        "lcdUrl": "https://lcd.osmosis.zone",
        "chainName": "Ethereum Mainnet",
        "key": "ethereum",
        "name": "Ethereum Mainnet",
        "shortName": "ETH",
        "isTestnet": false,
        "chain": "ETH",
        "chainId": "1",
        "nameService": {
          "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
        },
        "networkId": "1",
        "iconUrls": [
          "<string>"
        ],
        "nativeCurrency": {
          "decimals": "18",
          "name": "Ether",
          "symbol": "ETH",
          "denom": "uatom",
          "iconUrl": "<string>",
          "pricingProviderTokenId": "<string>"
        },
        "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"
      }
    ]
  }
]

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Response

200
application/json
Networks configuration response
chainName
string
networks
object[]