---
title: "Get all custom networks for an organization"
method: GET
path: "/organizations/{organizationId}/customNetworks"
tags: ["Custom Networks"]
---

# Get all custom networks for an organization

`GET /organizations/{organizationId}/customNetworks`

## Path parameters

- `organizationId` string, required

## Response `200`

List of custom networks

- object
  - `customNetworks` CustomNetworkResponse[]
    - `customNetwork` object
      - `id` string, required
      - `networkType` 'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR', required
      - `chainName` string, required
      - `chainId` string, required
      - `rpcUrl` string, required
      - `blockExplorerUrl` string, required
      - `iconUrl` string, required
      - `nativeCurrencyName` string, required
      - `nativeCurrencySymbol` string, required
      - `nativeCurrencyIconUrl` string, required
      - `nativeCurrencyDecimals` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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/revisions/aac826315d90/schema)
