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",
        "name": "Ethereum Mainnet",
        "shortName": "ETH",
        "chain": "ETH",
        "chainId": "1",
        "nameService": {
          "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
        },
        "networkId": "1",
        "iconUrls": [
          "<string>"
        ],
        "nativeCurrency": {
          "decimals": "18",
          "name": "Ether",
          "symbol": "ETH",
          "denom": "uatom"
        },
        "rpcUrls": [
          "https://mainnet.infura.io/v3/"
        ],
        "privateCustomerRpcUrls": [
          "https://mainnet.infura.io/v3/"
        ],
        "blockExplorerUrls": [
          "https://etherscan.io/"
        ],
        "vanityName": "Ethereum"
      }
    ]
  }
]

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

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