---
title: "Create a custom network for an organization"
method: POST
path: "/organizations/{organizationId}/customNetworks"
tags: ["Custom Networks"]
---

# Create a custom network for an organization

`POST /organizations/{organizationId}/customNetworks`

## Path parameters

- `organizationId` string, required

## Request body

- CustomNetworkRequest
  - `networkType` 'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR', required
  - `chainName` string, required — Name of the custom network
  - `chainId` string, required — Chain ID of the network
  - `rpcUrl` string, required
  - `blockExplorerUrl` string, required
  - `iconUrl` string, required
  - `nativeCurrencyName` string, required — Full name of the native currency
  - `nativeCurrencySymbol` string, required — Symbol of the native currency
  - `nativeCurrencyIconUrl` string, required
  - `nativeCurrencyDecimals` number, required — Number of decimals for the native currency

## Response `201`

Custom network created

- 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

- `400` — Bad Request
- `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)
