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. List networks

List networks

Retrieve all blockchain networks available to your organization. Networks vary based on your organization's environment — production organizations see mainnet networks, while development organizations see testnet networks.

Response Fields

Each network in the response includes:

FieldTypeDescription
idUUIDUnique network identifier
namestringHuman-readable network name
chainIdstringBlockchain chain ID
statusstringNetwork status (active, inactive)
typestringNetwork type (MAINNET, TESTNET)
explorerstringURL for the network's block explorer
symbolstringNative currency symbol (e.g., "ETH")
decimalsnumberDecimal places for native currency (typically 18)
nativeTokenLogoUrlstringURL to native token logo (nullable)
isCustomChainbooleanWhether this is a custom/private chain
blockscoutApiUrlstringBlockscout API URL (nullable)
organizationIdUUIDOrganization ID for custom chains
createdAtdatetimeNetwork creation timestamp (ISO 8601)
updatedAtdatetimeLast update timestamp (ISO 8601)

Use Cases

  • Build network selection dropdowns for vault creation
  • Display available chains for transaction initiation
  • Show network-specific block explorers for transaction links
  • Filter assets by network

Environment-Based Networks

EnvironmentNetworks Returned
PRODUCTIONEthereum Mainnet, Polygon etc.
DEVELOPMENTSepolia, Base Sepolia, Amoy, Cubewire Testnet etc.

Required Permission

networks:read

On this page

  • Response Fields
  • Use Cases
  • Environment-Based Networks
  • Required Permission
  1. Cubewire Wallet
  2. Manage Networks
  3. List networks

List networks

Retrieve all blockchain networks available to your organization. Networks vary based on your organization's environment — production organizations see mainnet networks, while development organizations see testnet networks.

Response Fields

Each network in the response includes:

FieldTypeDescription
idUUIDUnique network identifier
namestringHuman-readable network name
chainIdstringBlockchain chain ID
statusstringNetwork status (active, inactive)
typestringNetwork type (MAINNET, TESTNET)
explorerstringURL for the network's block explorer
symbolstringNative currency symbol (e.g., "ETH")
decimalsnumberDecimal places for native currency (typically 18)
nativeTokenLogoUrlstringURL to native token logo (nullable)
isCustomChainbooleanWhether this is a custom/private chain
blockscoutApiUrlstringBlockscout API URL (nullable)
organizationIdUUIDOrganization ID for custom chains
createdAtdatetimeNetwork creation timestamp (ISO 8601)
updatedAtdatetimeLast update timestamp (ISO 8601)

Use Cases

  • Build network selection dropdowns for vault creation
  • Display available chains for transaction initiation
  • Show network-specific block explorers for transaction links
  • Filter assets by network

Environment-Based Networks

EnvironmentNetworks Returned
PRODUCTIONEthereum Mainnet, Polygon etc.
DEVELOPMENTSepolia, Base Sepolia, Amoy, Cubewire Testnet etc.

Required Permission

networks:read

On this page

  • Response Fields
  • Use Cases
  • Environment-Based Networks
  • Required Permission