|
| 1 | +--- |
| 2 | +description: The Request Network API supports 500+ currencies across 10 EVM chains. |
| 3 | +--- |
| 4 | + |
| 5 | +# Supported Chains and Currencies |
| 6 | + |
| 7 | +{% hint style="info" %} |
| 8 | +**Talk to an expert** |
| 9 | + |
| 10 | +Discover how Request Network API can enhance your app's features - [book a call](https://calendly.com/mariana-rn/request-network-demo-docs) with us. |
| 11 | +{% endhint %} |
| 12 | + |
| 13 | +## Request Network API Supported Chains and Currencies |
| 14 | + |
| 15 | +Overall, the Request Network API supports 500+ currencies across 10 EVM chains. |
| 16 | + |
| 17 | +### ERC20, Native, and Conversion Payments Supported Chains |
| 18 | + |
| 19 | +10 EVM Chains: |
| 20 | + |
| 21 | +* Ethereum |
| 22 | +* Arbitrum One |
| 23 | +* OP Mainnet |
| 24 | +* Base |
| 25 | +* Polygon |
| 26 | +* BSC |
| 27 | +* Avalanche |
| 28 | +* Fantom |
| 29 | +* zkSync Era |
| 30 | +* Sepolia |
| 31 | + |
| 32 | +### ERC20 and Native Payments Supported Currencies |
| 33 | + |
| 34 | +For ERC20 and Native Payments, the Request Network API supports 500+ tokens, mostly on Ethereum. See [request-network-token-list.md](../general/request-network-token-list.md "mention") for the full list. |
| 35 | + |
| 36 | +{% hint style="info" %} |
| 37 | +The [request-network-token-list.md](../general/request-network-token-list.md "mention") is a _super set_, which contains some currencies on non-supported chains. Cross-reference with the [#request-network-api-supported-chains](supported-chains-and-currencies.md#request-network-api-supported-chains "mention")  |
| 38 | +{% endhint %} |
| 39 | + |
| 40 | +### Conversion Payments Supported Currencies |
| 41 | + |
| 42 | +For Conversion Payments, the Request Network API supports the following _invoice_ currencies: |
| 43 | + |
| 44 | +* USD |
| 45 | +* EUR |
| 46 | +* CNY |
| 47 | +* GBP |
| 48 | +* JPY |
| 49 | + |
| 50 | +For Conversion Payments, the Request Network API supports the following _payment_ currencies: |
| 51 | + |
| 52 | +* USDC |
| 53 | +* USDT |
| 54 | +* DAI |
| 55 | +* FAU on Sepolia |
| 56 | + |
| 57 | +### Crosschain Payments Supported Currencies |
| 58 | + |
| 59 | +See [#crosschain-payments-supported-chains-and-currencies](crosschain-payments.md#crosschain-payments-supported-chains-and-currencies "mention") |
| 60 | + |
| 61 | +### Crypto-to-fiat Payments Supported Currencies |
| 62 | + |
| 63 | +See [#crypto-to-fiat-supported-chains-and-currencies](crypto-to-fiat-payments.md#crypto-to-fiat-supported-chains-and-currencies "mention") |
| 64 | + |
| 65 | +## Currencies API Endpoint |
| 66 | + |
| 67 | +The currencies API endpoints provide access to the complete Request Network token list, enabling you to discover and filter available tokens across multiple blockchain networks.  |
| 68 | + |
| 69 | +## Key Features |
| 70 | + |
| 71 | +* **Payment Request Integration**: Get the exact currency IDs needed for creating payment requests |
| 72 | +* **Payment Integration**: Get accurate token information for payment processing |
| 73 | +* **Currency Validation**: Verify supported tokens before creating payment requests |
| 74 | +* **Multi-Chain Support**: Access tokens across Ethereum, Polygon, Arbitrum, and more |
| 75 | +* **Developer-Friendly**: Simple filtering options for easy integration |
| 76 | + |
| 77 | +## Currency Information Structure |
| 78 | + |
| 79 | +Each token in the response includes: |
| 80 | + |
| 81 | +* **id**: Unique Request Network token identifier (e.g., `USDC-mainnet`) |
| 82 | +* **name**: Human-readable token name (e.g., `USD Coin`) |
| 83 | +* **symbol**: Token symbol (e.g., `USDC`) |
| 84 | +* **decimals**: Number of decimal places for the token |
| 85 | +* **address**: Contract address on the specified network |
| 86 | +* **network**: Blockchain network name |
| 87 | +* **type**: Token type (`ERC20`, `ETH`, etc.) |
| 88 | +* **hash**: Contract address hash |
| 89 | +* **chainId**: Blockchain chain ID |
| 90 | + |
| 91 | +## Endpoints |
| 92 | + |
| 93 | +{% openapi-operation spec="request-api" path="/v2/currencies" method="get" %} |
| 94 | +[OpenAPI request-api](https://api.request.network/open-api/openapi.json) |
| 95 | +{% endopenapi-operation %} |
0 commit comments