Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Networks
  3. Create network

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
symbolstringYesNative currency symbol
decimalsintegerYesNative currency decimals (0-36)
explorerstring (uri)YesBlock explorer URL
blockscoutApiUrlstring | nullYesBlockscout API URL (nullable)
rpcUrlstringNoRPC endpoint URL (optional for registry networks)

Use Cases

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

Required Permission

networks:create

On this page

  • Request Body
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Networks
  3. Create network

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
symbolstringYesNative currency symbol
decimalsintegerYesNative currency decimals (0-36)
explorerstring (uri)YesBlock explorer URL
blockscoutApiUrlstring | nullYesBlockscout API URL (nullable)
rpcUrlstringNoRPC endpoint URL (optional for registry networks)

Use Cases

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

Required Permission

networks:create

On this page

  • Request Body
  • Use Cases
  • Required Permission