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. Update network token

Update network token

Update the configuration for a token registered on a network. Use this to modify display name, symbol, decimals, or other metadata.

Path Parameters

ParameterTypeRequiredDescription
networkIdUUIDYesNetwork identifier
tokenIdUUIDYesToken identifier

Request Body

FieldTypeRequiredDescription
addressstringNoToken contract address
symbolstringNoToken symbol
namestringNoToken name
decimalsintegerNoToken decimals (0-100)
statusenumNoToken status: "active" or "inactive"

Use Cases

  • Correct token metadata if auto-fetch was wrong
  • Update display name or symbol
  • Adjust decimals for custom tokens

Required Permission

networks:update

On this page

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

Update network token

Update the configuration for a token registered on a network. Use this to modify display name, symbol, decimals, or other metadata.

Path Parameters

ParameterTypeRequiredDescription
networkIdUUIDYesNetwork identifier
tokenIdUUIDYesToken identifier

Request Body

FieldTypeRequiredDescription
addressstringNoToken contract address
symbolstringNoToken symbol
namestringNoToken name
decimalsintegerNoToken decimals (0-100)
statusenumNoToken status: "active" or "inactive"

Use Cases

  • Correct token metadata if auto-fetch was wrong
  • Update display name or symbol
  • Adjust decimals for custom tokens

Required Permission

networks:update

On this page

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