> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptoprocessing.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API currency codes

> Use these codes in your API requests

| API code | Cryptocurrency  | Name           | Network         |
| :------- | :-------------- | :------------- | :-------------- |
| ADA      | ADA             | Cardano        | Cardano         |
| BCH      | BCH             | Bitcoin Cash   | Bitcoin Cash    |
| BNB      | BNB-BSC         | BNB            | BNB Smart Chain |
| BTC      | BTC             | Bitcoin        | Bitcoin         |
| DOGE     | DOGE            | Dogecoin       | Dogecoin        |
| ETH      | ETH             | Ethereum       | Ethereum        |
| ETHA     | ETH (Arbitrum)  | Ethereum       | Arbitrum        |
| ETHBASE  | ETH (Base)      | Ethereum       | Base            |
| EURCBASE | EURC (Base)     | EUR Stablecoin | Base            |
| EURCE    | EURC (ERC-20)   | EUR Stablecoin | Ethereum        |
| EURCS    | EURC (SOL)      | EUR Stablecoin | Solana          |
| EURS     | EURS (ERC-20)   | STASIS EURS    | Ethereum        |
| LTC      | LTC             | Litecoin       | Litecoin        |
| POL      | POL             | Polygon        | Polygon         |
| SOL      | SOL             | Solana         | Solana          |
| TRX      | TRX             | Tron           | Tron            |
| USDC     | USDC (ERC-20)   | USD Coin       | Ethereum        |
| USDCA    | USDC (Arbitrum) | USD Coin       | Arbitrum        |
| USDCB    | USDC (BEP-20)   | USD Coin       | BNB Smart Chain |
| USDCBASE | USDC (Base)     | USD Coin       | Base            |
| USDCP    | USDC (Polygon)  | USD Coin       | Polygon         |
| USDCS    | USDC (SOL)      | USD Coin       | Solana          |
| USDGE    | USDG (ERC-20)   | Global Dollar  | Ethereum        |
| USDGS    | USDG (SOL)      | Global Dollar  | Solana          |
| WBTC     | WBTC            | Wrapped BTC    | Ethereum        |
| XED      | XED             | Exeedme        | Ethereum        |
| XRP      | XRP             | Ripple         | XRP Ledger      |

<Note>
  For the [/payments/v1/requests](/api-reference/endpoints/payments) endpoint, use the following currency and network names:

  <Accordion title="Currency codes for payment requests">
    | Currency ISO | Supported network names                                        |
    | :----------- | :------------------------------------------------------------- |
    | `ADA`        | `cardano`                                                      |
    | `BCH`        | `bitcoin_cash`                                                 |
    | `BNB`        | `binance`                                                      |
    | `BTC`        | `bitcoin`                                                      |
    | `DOGE`       | `dogecoin`                                                     |
    | `ETH`        | `arbitrum`, `base`, `ethereum`                                 |
    | `EURC`       | `base`, `ethereum`, `solana`                                   |
    | `EURS`       | `ethereum`                                                     |
    | `LTC`        | `litecoin`                                                     |
    | `POL`        | `polygon`                                                      |
    | `SOL`        | `solana`                                                       |
    | `TRX`        | `tron`                                                         |
    | `USDC`       | `arbitrum`, `base`, `binance`, `ethereum`, `polygon`, `solana` |
    | `USDG`       | `ethereum`, `solana`                                           |
    | `WBTC`       | `ethereum`                                                     |
    | `XED`        | `ethereum`                                                     |
    | `XRP`        | `ripple`                                                       |
  </Accordion>
</Note>
