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 Tokens
  3. Add token to network

Add token to network

Register an ERC-20 token on a blockchain network. The token will become available for transactions and balance tracking on that network.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNetwork identifier

Request Body

FieldTypeRequiredDescription
addressstringYesToken contract address (0x...)
symbolstringNoToken symbol (auto-fetched if omitted)
decimalsintegerNoDecimal places (auto-fetched if omitted); 0-100
namestringNoDisplay name

Use Cases

  • Add stablecoins (USDC, USDT) to a network
  • Register custom or proprietary tokens
  • Enable new tokens for organization-wide use

Required Permission

networks:update

On this page

  • Path Parameters
  • Request Body
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Tokens
  3. Add token to network

Add token to network

Register an ERC-20 token on a blockchain network. The token will become available for transactions and balance tracking on that network.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNetwork identifier

Request Body

FieldTypeRequiredDescription
addressstringYesToken contract address (0x...)
symbolstringNoToken symbol (auto-fetched if omitted)
decimalsintegerNoDecimal places (auto-fetched if omitted); 0-100
namestringNoDisplay name

Use Cases

  • Add stablecoins (USDC, USDT) to a network
  • Register custom or proprietary tokens
  • Enable new tokens for organization-wide use

Required Permission

networks:update

On this page

  • Path Parameters
  • Request Body
  • Use Cases
  • Required Permission