---
title: "Get a specific custom network"
method: GET
path: "/organizations/{organizationId}/customNetworks/{networkId}"
tags: ["Custom Networks"]
---

# Get a specific custom network

`GET /organizations/{organizationId}/customNetworks/{networkId}`

## Path parameters

- `organizationId` string, required
- `networkId` string, required

## Response `200`

Custom network details

- 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
- `404` — Network not found
- `500` — Internal Server Error

---

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