Overview
Trace Finance settles crypto deposits, withdrawals, and swaps in a fixed set of stablecoins. Each asset is identified by three things together: itssymbol (ticker), the network it settles on, and the token contractAddress on that network. The same symbol on two networks is a different token at a different address.
Most stablecoins use 6 decimals, matching the money format. The one exception below is USDT on BSC, which uses 18 decimals — always read decimals from the amount object rather than assuming a fixed scale per symbol.
Supported networks: ETHEREUM, BASE, POLYGON, TRON, SOLANA, and BSC. Not every asset is available on every network — see each asset below.
Details
Tether (USDT)
USD Coin (USDC)
Trace Finance BRL (BRLT)
Euro Coin (EURC)
Related
- Money and currencies — how amounts and decimals are represented on the wire
- Testing in sandbox — testnet tokens for homologation
- Environments — sandbox and production base URLs