Create network

Create a new blockchain network configuration. Use for custom chains or to add networks not in the default registry.

Request Body

FieldTypeRequiredDescription
namestringYesNetwork name
chainIdstringYesBlockchain chain ID
typestringYesMAINNET or TESTNET
explorerstringNoBlock explorer URL
symbolstringNoNative currency symbol
decimalsnumberNoNative currency decimals

Use Cases

  • Add custom/private chains
  • Configure new networks for organization
  • Set up testnet for development

Required Permission

networks:create