---
title: "Find the configuration for the enabled networks associated to an environment"
method: GET
path: "/sdk/{environmentId}/networks"
tags: ["SDK"]
---

# Find the configuration for the enabled networks associated to an environment

`GET /sdk/{environmentId}/networks`

## Path parameters

- `environmentId` string, required

## Response `200`

Networks configuration response

- NetworkConfigurationResponse[]
  - `chainName` string
  - `networks` NetworkConfiguration[]
    - `lcdUrl` string — A light client, compared to a full node, tracks only pieces of certain information on a blockchain. Light clients do not track the entire state of a blockchain and also do not contain every transaction/block of a chain.
    - `chainName` string — [Deprecated] use `name` property instead
    - `key` string
    - `name` string, required
    - `shortName` string, required
    - `isTestnet` boolean
    - `chain` string, required
    - `chainId` string, required
    - `nameService` NameService
      - `registry` string
    - `networkId` string, required
    - `iconUrls` string[], required
    - `nativeCurrency` NativeCurrency, required
      - `decimals` number, required
      - `name` string, required
      - `symbol` string, required
      - `denom` string
      - `iconUrl` string
      - `pricingProviderTokenId` string
    - `rpcUrls` string[], required
    - `privateCustomerRpcUrls` string[] — Contains the client private RPC urls
    - `blockExplorerUrls` string[], required
    - `vanityName` string
    - `bech32Prefix` string
    - `genesisHash` string
    - `cluster` string

## Other responses

- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/versions/aac826315d90/schema)
