POST
/
organizations
/
{organizationId}
/
customNetworks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36

Body

application/json
blockExplorerUrl
string
required
Maximum length: 255
chainId
string
required

Chain ID of the network

Maximum length: 100
chainName
string
required

Name of the custom network

Maximum length: 100
iconUrl
string
required
Maximum length: 255
nativeCurrencyDecimals
number
required

Number of decimals for the native currency

Required range: 0 < x < 18
nativeCurrencyIconUrl
string
required
Maximum length: 255
nativeCurrencyName
string
required

Full name of the native currency

Maximum length: 100
nativeCurrencySymbol
string
required

Symbol of the native currency

Maximum length: 100
networkType
enum<string>
required
Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS,
BTC,
ECLIPSE
rpcUrl
string
required
Maximum length: 255

Response

201 - application/json
customNetwork
object