Trust Developers
  • Get Started
  • Developing for Trust Wallet platform
    • Browser Extension
      • Ethereum & EVM chains
    • Mobile (WalletConnect)
    • Deep Linking
  • Listing new dApps
    • A Complete Guide to Listing your dApp with Trust Wallet
    • Optimizing your dApp for Trust Wallet
    • Debugging
  • Listing new assets
    • Add Asset
    • Requirements
    • Pull Request Fee
    • FAQ
    • Repository Details
    • Universal Asset ID
  • Wallet Core
    • New Blockchain Support
      • RPC / API Requirements
      • New EVM-compatible chain
    • Developing the Library
      • Contributing
      • Building
      • WalletConsole utility
      • Coverage
      • Releasing
    • Integration Guide
      • Usage Guide
      • iOS Integration Guide
      • Android Integration Guide
      • Server-Side
    • References
      • Swift API Reference
      • Kotlin API Reference
    • FAQ
  • Barz - Smart Wallet
    • Introducing Barz. TrustWallet's Smart Wallet Solution
    • Cutting Diamonds: How to make Accounts Awesome
    • Build with Trust Wallet and Barz, A Comprehensive Guide to Integrating Barz with AA SDK
Powered by GitBook
On this page
  • Params:
  • Examples:
  • Coins:
  • Tokens:

Was this helpful?

  1. Listing new assets

Universal Asset ID

PreviousRepository DetailsNextWallet Core

Last updated 2 years ago

Was this helpful?

UAI unique identifier of the asset, it's blockchain agnostic and provides ability to easily distinguish asset across blockchains.

Params:

  • c - coin (required), for most coins it uses conventions, There is some exceptions that it's using based on Wallet Core config

  • t - token (optional), following standard of unique identifier on the blockhain as smart contract address or asset ID

Examples:

Coins:

  • Bitcoin: c0

  • Ethereum: c60

  • Binance Chain c714

Tokens:

  • DAI (Ethereum): c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F

  • BUSD (Binance Chain): c714_tBUSD-BD1

  • USDT (Tron): c195_tTR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t

  • DAI (Smart Chain): c10000714_t0x6B175474E89094C44Da98b954EedeAC495271d0F

Template: c{coin}_t{token_id}

slip 44 index
coinId