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

# Update a custom network

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

## Path parameters

- `organizationId` string, required
- `networkId` 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 `200`

Custom network updated

- 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
- `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)
