Supported Crypto Currencies

This page lists all the cryptocurrencies Tatum supports for the Exchange rate submodule.

Tatum's Crypto Price API supports thousands of crypto and fiat tokens across multiple blockchains.
Tokens are made available as soon as they are published on centralised or decentralised exchanges. This allows developers to access reliable exchange rates for real-time applications such as wallets, dashboards, trading tools, and payment gateways.


Market Data Sources

We aggregate data from 10+ centralised exchanges (CEXes) and 100+ decentralised exchanges (DEXes) to provide accurate and up-to-date rates.

Centralised Exchanges (CEXes)

  • Binance
  • Coinbase
  • Crypto.com
  • Kraken
  • OKX
  • Bybit
  • KuCoin

Decentralised Exchanges (DEXes)

  • Raydium
  • Curve
  • PancakeSwap V2/V3
  • Orca
  • Uniswap V2/V3/V4
  • Aerodrome
  • Balancer V2
  • Meteora
  • SushiSwap V3
  • Velodrome
  • Camelot V3
  • Pharaoh Exchange
  • QuickSwap

Key Features

  • Thousands of Tokens Supported – Track all major cryptocurrencies and stablecoins.
  • Multi-Chain Coverage – Ethereum, BSC, Polygon, Solana, and more.
  • Normalised Rates – Aggregated from multiple exchanges for consistent pricing.
  • Fiat & Crypto Pairs – Access exchange rates in EUR, USD, or other supported fiat currencies.

Best Practices

  • Refresh rates regularly for volatile DeFi tokens to ensure accurate valuation.

Below is the example of short list of Cryptocurrencies we supports for the Exchange Rate Submodule.

export enum Currency {
  BTC = 'BTC',
  AVAX = 'AVAX',
  FTM = 'FTM',
  REVV = 'REVV',
  SAND = 'SAND',
  ADA = 'ADA',
  BCH = 'BCH',
  BNB = 'BNB',
  LTC = 'LTC',
  ONE = 'ONE',
  ETH = 'ETH',
  EGLD = 'EGLD',
  MATIC = 'MATIC',
  GAMEE = 'GAMEE',
  MATIC_ETH = 'MATIC_ETH',
  USDC_MATIC = 'USDC_MATIC',
  USDC_BSC = 'USDC_BSC',
  USDC_SOL = 'USDC_SOL',
  RMD = 'RMD',
  GMC = 'GMC',
  GMC_BSC = 'GMC_BSC',
  CELO = 'CELO',
  COIIN = 'COIIN',
  COIIN_BSC = 'COIIN_BSC',
  CUSD = 'CUSD',
  CEUR = 'CEUR',
  FLOW = 'FLOW',
  FUSD = 'FUSD',
  BSC = 'BSC',
  XDC = 'XDC',
  DOGE = 'DOGE',
  XRP = 'XRP',
  XLM = 'XLM',
  USDT = 'USDT',
  TRON = 'TRON',
  LEO = 'LEO',
  LINK = 'LINK',
  LISK = 'LISK',
  FREE = 'FREE',
  MKR = 'MKR',
  USDC = 'USDC',
  UNI = 'UNI',
  BAT = 'BAT',
  TUSD = 'TUSD',
  PAX = 'PAX',
  PLTC = 'PLTC',
  XCON = 'XCON',
  MMY = 'MMY',
  PAXG = 'PAXG',
  VET = 'VET',
  HAG = 'HAG',
  BETH = 'BETH',
  BUSD = 'BUSD',
  BBTC = 'BBTC',
  BADA = 'BADA',
  WBNB = 'WBNB',
  BDOT = 'BDOT',
  BXRP = 'BXRP',
  BLTC = 'BLTC',
  BBCH = 'BBCH',
  CAKE = 'CAKE',
  BUSD_BSC = 'BUSD_BSC',
  B2U_BSC = 'B2U_BSC',
  WBTC = 'WBTC',
  USDT_TRON = 'USDT_TRON',
  USDT_MATIC = 'USDT_MATIC',
  LATOKEN = 'LATOKEN',
  INRT_TRON = 'INRT_TRON',
  ALGO = 'ALGO',
  SOL = 'SOL',
  KCS = 'KCS',
  NEO = 'NEO',
  KLAY = 'KLAY',
  EOS = 'EOS',
  ARB = 'ARB',
  OPTIMISM = 'OPTIMISM',
  NEAR = 'NEAR',
  CRO = 'CRO',
  RSK = 'RSK',
  AURORA = 'AURORA',
  GNO = 'GNO',
  DOT = 'DOT',
  KSM = 'KSM',
  OASIS = 'OASIS',
  TEZOS = 'TEZOS',
  PALM = 'PALM',
  GLMR = 'GLMR',
  INTENT = 'INTENT',
  EURTENT = 'EURTENT',
  GOLDAX = 'GOLDAX',
  ZCASH = 'ZCASH',
  ZEC = 'ZEC',
  ZIL = 'ZIL',
  ETC = 'ETC',
}