> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alphapo.net/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           |
| BSV      | BSV             | Bitcoin Satoshi Vision    | Bitcoin Satoshi Vision |
| BNB-BSC  | BNB-BSC         | BNB                       | BNB Smart Chain        |
| BTC      | BTC             | Bitcoin                   | Bitcoin                |
| BTCLN    | BTC (Lightning) | Bitcoin                   | Lightning              |
| BXBT     | BXBT (ERC-20)   | BoxBet                    | Ethereum               |
| DAI      | DAI (ERC-20)    | DAI Stablecoin            | Ethereum               |
| DOGE     | DOGE            | Dogecoin                  | Dogecoin               |
| ETHA     | ETH (Arbitrum)  | Ethereum                  | Arbitrum               |
| ETHBASE  | ETH (Base)      | Ethereum                  | Base                   |
| ETH      | ETH             | Ethereum                  | Ethereum               |
| EURCE    | EURC (ERC-20)   | EUR Stablecoin            | Ethereum               |
| EURCBASE | EURC (Base)     | EUR Stablecoin            | Base                   |
| EURCS    | EURC (SOL)      | EUR Stablecoin            | Solana                 |
| EURS     | EURS (ERC-20)   | STASIS EURS               | Ethereum               |
| LTC      | LTC             | Litecoin                  | Litecoin               |
| MNEE     | MNEE (ERC-20)   | MNEE                      | Ethereum               |
| POL      | POL             | Polygon                   | Polygon                |
| SOL      | SOL             | Solana                    | Solana                 |
| TON      | GRAM            | Gram (previously Toncoin) | TON                    |
| TRX      | TRX             | Tron                      | Tron                   |
| USDCA    | USDC (Arbitrum) | USD Coin                  | Arbitrum               |
| USDCBASE | USDC (Base)     | USD Coin                  | Base                   |
| USDCB    | USDC (BEP-20)   | USD Coin                  | BNB Smart Chain        |
| USDC     | USDC (ERC-20)   | USD Coin                  | Ethereum               |
| USDCP    | USDC (POL)      | USD Coin                  | Polygon                |
| USDCS    | USDC (SOL)      | USD Coin                  | Solana                 |
| USDGE    | USDG (ERC-20)   | Global Dollar             | Ethereum               |
| USDGS    | USDG (SOL)      | Global Dollar             | Solana                 |
| USDTA    | USDT (Arbitrum) | Tether USD                | Arbitrum               |
| USDTB    | USDT (BEP‐20)   | Tether USD                | Binance Smart Chain    |
| USDTE    | USDT (ERC‐20)   | Tether USD                | Ethereum               |
| USDTS    | USDT (SOL)      | Tether USD                | Solana                 |
| USDTTON  | USDT (TON)      | Tether USD                | Ton                    |
| USDTP    | USDT (POL)      | Tether USD                | Polygon                |
| USDTT    | USDT (TRC‐20)   | Tether USD                | Tron                   |
| XED      | XED (ERC-20)    | 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-BSC`    | `binance`                                                             |
    | `BSV`        | `bitcoin_sv`                                                          |
    | `BTC`        | `bitcoin`                                                             |
    | `BXBT`       | `ethereum`                                                            |
    | `DAI`        | `ethereum`                                                            |
    | `DOGE`       | `dogecoin`                                                            |
    | `ETH`        | `arbitrum`, `base`, `ethereum`                                        |
    | `EURC`       | `base`, `ethereum`, `solana`                                          |
    | `EURS`       | `ethereum`                                                            |
    | `LTC`        | `litecoin`                                                            |
    | `MNEE`       | `ethereum`                                                            |
    | `POL`        | `polygon`                                                             |
    | `SOL`        | `solana`                                                              |
    | `TON`        | `ton`                                                                 |
    | `TRX`        | `tron`                                                                |
    | `USDC`       | `arbitrum`, `base`, `binance`, `ethereum`, `polygon`, `solana`        |
    | `USDG`       | `ethereum`, `solana`                                                  |
    | `USDT`       | `arbitrum`, `binance`, `ethereum`, `polygon`, `solana`, `ton`, `tron` |
    | `XED`        | `ethereum`                                                            |
    | `XRP`        | `ripple`                                                              |
  </Accordion>
</Note>
