Create a custom network for an organization
Creates a new custom network for the specified organization.
POST
Create a custom network for an organization
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of organization
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Data to create a custom network
Available options:
ETH, EVM, FLOW, SOL, ALGO, STARK, COSMOS, BTC, ECLIPSE, SUI, SPARK, TRON, APTOS, TON, STELLAR Name of the custom network
Maximum string length:
100Pattern:
^(?=\S)[\p{L}\p{N} _.,-]+(?<=\S)$Example:
"Base Mainnet"
Chain ID of the network
Maximum string length:
100Pattern:
^[0-9]+$Example:
"8453"
Maximum string length:
255Pattern:
^(https?:\/\/)?[a-z0-9]+([-.]+[a-z0-9]+)*\.[a-z]{2,10}([0-9]{1,5})?(\/.*)?$Example:
"https://website-sample.com"
Maximum string length:
255Pattern:
^(https?:\/\/)?[a-z0-9]+([-.]+[a-z0-9]+)*\.[a-z]{2,10}([0-9]{1,5})?(\/.*)?$Example:
"https://website-sample.com"
Maximum string length:
255Pattern:
^(https?:\/\/)?[a-z0-9]+([-.]+[a-z0-9]+)*\.[a-z]{2,10}([0-9]{1,5})?(\/.*)?$Example:
"https://website-sample.com"
Full name of the native currency
Maximum string length:
100Pattern:
^(?=\S)[\p{L}\p{N} _.,-]+(?<=\S)$Example:
"Ethereum"
Symbol of the native currency
Maximum string length:
100Pattern:
^[A-Z0-9]{1,10}$Example:
"ETH"
Maximum string length:
255Pattern:
^(https?:\/\/)?[a-z0-9]+([-.]+[a-z0-9]+)*\.[a-z]{2,10}([0-9]{1,5})?(\/.*)?$Example:
"https://website-sample.com"
Number of decimals for the native currency
Required range:
0 <= x <= 18Example:
18
Response
Custom network created
Create a custom network for an organization