Overview

BitGo assets use different ticker symbols, or asset IDs, depending on where the asset is held. Testnet assets are generally prepended with t to denote they're in the test environment (notable exceptions include tbtc4 and gteth). Fiat currencies originating from bank accounts use the fiat prefix. Once deposited into a Go Account, all assets use the ofc prefix, which denotes the tokenized asset is off chain.

You can view the production and testnet ticker symbols by referencing BitGo Assets or calling the List all public assets endpoint.

Examples

Coin

Solana has the following ticker symbols:

Wallet Type Production Testnet
On-Chain Wallet sol tsol
Go Account ofcsol ofctsol

Token

USD1 on the Ethereum blockchain has the following ticker symbols:

Wallet Type Production Testnet
On-Chain Wallet eth:usd1 hteth:usd1
Go Account ofceth:usd1 ofchteth:usd1

Fiat

USD has the following ticker symbols:

Account Type Production Testnet
Bank Account fiatusd tfiatusd
Go Account ofcusd ofctusd

See Also