Supported Currency Pairs
Sera supports stablecoin trading across many fiat currencies. Each currency is represented by one or more stablecoins on Ethereum.
Available Currencies
The table below reflects the Ethereum mainnet token registry. Other deployments (Sepolia testnet, etc.) carry a different subset â query GET /tokens for the live list, which is the authoritative source.
đĻđĒ UAE Dirham (AED)
đĻđˇ Argentine Peso (ARS)
đĻđē Australian Dollar (AUD)
đ§đˇ Brazilian Real (BRL)
đ¨đĻ Canadian Dollar (CAD)
đ¨đ Swiss Franc (CHF)
đ¨đą Chilean Peso (CLP)
đ¨đŗ Chinese Yuan (Offshore) (CNH)
đ¨đ´ Colombian Peso (COP)
đĒđē Euro (EUR)
đŦđ§ British Pound (GBP)
đŽđŠ Indonesian Rupiah (IDR)
đ¯đĩ Japanese Yen (JPY)
đ˛đŊ Mexican Peso (MXN)
đ˛đž Malaysian Ringgit (MYR)
đŗđŦ Nigerian Naira (NGN)
đŗđŋ New Zealand Dollar (NZD)
đĩđĒ Peruvian Sol (PEN)
đ¸đŦ Singapore Dollar (SGD)
đšđˇ Turkish Lira (TRY)
đēđ¸ US Dollar (USD)
đŋđĻ South African Rand (ZAR)
Trading Pairs
Trading pairs on Sera are identified on-chain by the base and quote token contract addresses. For display, each pair is rendered as BASE_SYMBOL/QUOTE_SYMBOL using the ERC-20 tokens' display tickers â so a Euro-vs-Dollar market between EURC and USDC shows as EURC/USDC, not EUR/USD. Pair orientation is canonicalised server-side (smaller lowercased address becomes base), and the display string reflects that canonical orientation.
You can trade any combination of supported stablecoins. Common pairs include:
- EURC/USDC â Euro stablecoin vs US Dollar stablecoin
- TGBP/USDC â British Pound stablecoin vs US Dollar stablecoin
- XSGD/USDC â Singapore Dollar stablecoin vs US Dollar stablecoin
- JPYC/USDC â Japanese Yen stablecoin vs US Dollar stablecoin
Exact pair strings depend on which specific stablecoins are registered â a deployment that lists EURT instead of EURC will render the Euro pair as EURT/USDC. Query GET /api/v1/markets for the live list.
Querying Available Tokens
Use the API to get the current list of supported tokens: