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 Assets
  3. Get token info

Get token info

Retrieve metadata for an ERC-20 token by its contract address. Returns symbol, decimals, name, and other token properties fetched from the blockchain.

Request Body

FieldTypeRequiredDescription
chainIdstringYesBlockchain network identifier
tokenContractAddressstringYesERC-20 token contract address (0x...)

Use Cases

  • Display token symbol and decimals in UI
  • Convert between human-readable and wei amounts
  • Validate token address before adding to vault

Required Permission

assets:read

On this page

  • Request Body
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Assets
  3. Get token info

Get token info

Retrieve metadata for an ERC-20 token by its contract address. Returns symbol, decimals, name, and other token properties fetched from the blockchain.

Request Body

FieldTypeRequiredDescription
chainIdstringYesBlockchain network identifier
tokenContractAddressstringYesERC-20 token contract address (0x...)

Use Cases

  • Display token symbol and decimals in UI
  • Convert between human-readable and wei amounts
  • Validate token address before adding to vault

Required Permission

assets:read

On this page

  • Request Body
  • Use Cases
  • Required Permission