Skip to content
>
Mode: standard

Currencies

Catalog · Public

The source of truth for every supported coin and token.

The Currencies API is the primary reference for every currency CoinPayments supports — the numeric ids you'll use everywhere else, the chain each lives on, the confirmation depth required to credit, and which pairs can be converted into which.

Currency ID Format

Coins vs tokens
Coin

Native chain assets are identified by their integer currencyId — e.g. Ethereum is 4.

Token

Smart-contract tokens combine the base coin id with the contract address using coinId:contractAddress. ERC-20 USDT is 4:0xdac17f958d2ee523a2206206994597c13d831ec7.

Where to next?

Pick the most useful next step.