Request Network API Supported Chains and Currencies
Overall, Request Network API supports 500+ currencies across EVM-compatible chains and select non-EVM support (Tron).ERC20, Native, and Conversion Payments Supported Chains
EVM chains supported for core payment flows include: Mainnet:- Ethereum
- Arbitrum One
- OP Mainnet
- Base
- Polygon
- BSC
- Avalanche
- Fantom
- Gnosis
- Mantle
- zkSync Era
- Sepolia
ERC20 and Native Payments Supported Currencies
For ERC20 and native payments, Request Network API supports 500+ tokens.Request Network Token List
Access the full token catalog with token IDs, symbols, and network mapping.
The token list is a superset and may include tokens on chains outside your current payment flow. Cross-reference token entries with supported chains.
Conversion Payments Supported Currencies
For Conversion Payments, supported invoice currencies include:- USD
- EUR
- CNY
- GBP
- JPY
- USDC
- USDT
- DAI
- FAU (Sepolia)
Tron Supported Network and Currency
Tron
- Availability: Mainnet only
- Native Token: TRX
- Supported Token: USDT (TRC-20)
- Network ID:
tron - Best For: High-volume USDT transfers with low fees
GET /v2/currencies/{currencyId}/conversion-routes
Get payment currency options available for a given invoice currency.
Crosschain Payments Supported Currencies
Crosschain Payments
View the supported chain/currency matrix for crosschain payments.
Crypto-to-fiat Payments Supported Currencies
Crypto-to-fiat Payments
View supported chains and currencies for crypto-to-fiat flows.
Currencies API Endpoints
The Currencies API lets you discover available currencies and conversion routes.Key Features
- Payment request integration: get currency IDs required for request creation
- Payment integration: retrieve token/network metadata for settlement logic
- Currency validation: verify supported currency IDs before creating requests
- Multi-chain support: discover tokens across supported chains
Currency Object Fields
Typical fields include:id(for exampleUSDC-mainnet)namesymboldecimalsaddressnetworktypechainId
Currency Codes and Examples
API Query Examples
Endpoints
GET /v2/currencies
List currencies and filter by network, symbol, or id.
GET /v2/currencies/{currencyId}/conversion-routes
List payment currencies available for a given invoice currency.
Related Pages
Token List
Full token catalog with IDs and chain mapping.
Payment Types
Learn where each currency flow is used.
Getting Started
Build with supported currencies and chains.