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

# Supported Chains and Currencies

> Supported chains and currency coverage across Request Network API payment types

## Request Network API Supported Chains and Currencies

Request Network supports payment destinations on **8 networks** — 7 EVM chains and **Tron**. EVM and Tron are co-equal first-class networks for sign-in, payment destinations, payment links, and single payouts. The one current asymmetry: **batch payments (incoming or outgoing) are EVM-only** — the API rejects Tron batch requests.

## Supported networks

### Mainnet

| Network         | Chain ID    | Network ID     | USDC | USDT | Notes                                 |
| --------------- | ----------- | -------------- | ---- | ---- | ------------------------------------- |
| Ethereum        | `1`         | `mainnet`      | ✓    | ✓    |                                       |
| Arbitrum One    | `42161`     | `arbitrum-one` | ✓    | ✓    | USDT0 payment currency also available |
| Optimism        | `10`        | `optimism`     | ✓    | ✓    | USDT0 payment currency also available |
| Base            | `8453`      | `base`         | ✓    | ✓    |                                       |
| Polygon         | `137`       | `matic`        | ✓    | ✓    | USDT0 payment currency also available |
| BNB Smart Chain | `56`        | `bsc`          | ✓    | ✓    |                                       |
| **Tron**        | `728126428` | `tron`         | ✓    | ✓    | TRC-20 tokens, `T...` addresses       |

### Testnet

| Network | Chain ID   | Network ID | Tokens          |
| ------- | ---------- | ---------- | --------------- |
| Sepolia | `11155111` | `sepolia`  | FAU, USDC, USDT |

All token addresses above are mainnet contracts. Use them as the `tokenAddress` when creating a payment destination via the [Auth API](https://auth.request.network/open-api/#tag/payee-destination).

<Note>
  **USDT0** is supported as a payment currency (an alias of USDT) on **Arbitrum One**, **Optimism**, and **Polygon** — for example `USDT0-arbitrum-one`, `USDT0-optimism`, `USDT0-matic`. It is also part of the cross-chain currency set (USDC, USDT, USDT0). USDT0 is a payment/cross-chain currency, not a separate payee-destination token — receiving destinations are registered in USDC or USDT.
</Note>

## Feature support per chain

| Feature                                | EVM (7 chains) | Tron |
| -------------------------------------- | -------------- | ---- |
| Wallet sign-in (Dashboard)             | ✓              | ✓    |
| Payment destinations (ERC-7828)        | ✓              | ✓    |
| Single incoming payments               | ✓              | ✓    |
| **Batch incoming payments**            | ✓              | ✗    |
| Single outgoing payouts                | ✓              | ✓    |
| **Batch outgoing payouts**             | ✓              | ✗    |
| Conversion payments (fiat-denominated) | ✓              | ✓    |
| Cross-chain swap-to-pay (Li.Fi)        | ✓              | ✓    |
| Recurring payments                     | ✓              | ✓    |

<Warning>
  Batch payments (one transaction paying multiple recipients, or one signed batch payout) are supported on EVM only. Submitting a batch with Tron payees returns a 400 with: `Batch payments are not supported for TRON networks. Please submit individual payment requests.`
</Warning>

## Tron specifics

<Card title="Tron" icon="bolt">
  * **Mainnet only** — no Tron testnet support
  * **Native token:** TRX (used for energy/bandwidth fees)
  * **Stablecoins:** USDT (`TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t`), USDC (`TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8`)
  * **Address format:** Base58, prefix `T`
  * **Wallets:** TronLink, Guarda, Trust, WalletConnect-Tron
</Card>

<Info>
  Tron wallet addresses are not interchangeable with EVM addresses. The API uses ERC-7828 `humanReadableInteropAddress` to disambiguate — Tron destinations resolve under the `eip155:728126428` namespace.
</Info>

## ERC20 and Native Payments Supported Currencies

For ERC20 and native payments, Request Network exposes a broader catalog of 500+ tokens (the Request Network Token List). The destinations and secure payment flows above use the curated subset on the canonical 8 networks.

<Card title="Request Network Token List" href="/resources/token-list#token-list-structure" icon="list">
  Access the full token catalog with token IDs, symbols, and network mapping.
</Card>

<Info>
  The token list is a superset and may include tokens on chains outside the destination flow. For payment destinations and secure payment links, use the 8 networks listed above.
</Info>

## Conversion Payments Supported Currencies

For Conversion Payments, supported **invoice currencies** include:

* USD
* EUR
* CNY
* GBP
* JPY

For Conversion Payments, supported **payment currencies** include:

* USDC
* USDT
* DAI
* FAU (Sepolia)

To fetch supported payment currencies for an invoice currency:

<Card title="GET /v2/currencies/{currencyId}/conversion-routes" href="https://api.request.network/open-api/#tag/v2currencies/GET/v2/currencies/%7BcurrencyId%7D/conversion-routes" icon="arrows-rotate">
  Get payment currency options available for a given invoice currency.
</Card>

## Crosschain Payments Supported Currencies

<Card title="Crosschain Payments" href="/api-features/crosschain-payments#crosschain-payments-supported-chains-and-currencies" icon="shuffle">
  View the supported chain/currency matrix for crosschain payments.
</Card>

## Crypto-to-fiat Payments Supported Currencies

<Card title="Crypto-to-fiat Payments" href="/api-features/crypto-to-fiat-payments#crypto-to-fiat-supported-chains-and-currencies" icon="building-columns">
  View supported chains and currencies for crypto-to-fiat flows.
</Card>

## 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 example `USDC-mainnet`)
* `name`
* `symbol`
* `decimals`
* `address`
* `network`
* `type`
* `chainId`

## Currency Codes and Examples

<CodeGroup>
  ```javascript Native and ERC20 examples theme={null}
  "ETH-mainnet"
  "USDC-mainnet"
  "USDC-base"
  "USDT-arbitrum-one"
  "USDT0-arbitrum-one"
  "USDT0-optimism"
  "USDT0-matic"
  ```

  ```javascript Tron examples theme={null}
  "USDT-tron"
  "USDC-tron"
  ```

  ```javascript Fiat invoice currency examples theme={null}
  "USD"
  "EUR"
  "GBP"
  ```
</CodeGroup>

## API Query Examples

<CodeGroup>
  ```bash Get all currencies theme={null}
  curl -X GET 'https://api.request.network/v2/currencies' \
    -H 'x-api-key: YOUR_API_KEY'
  ```

  ```bash Filter by network and symbol theme={null}
  curl -X GET 'https://api.request.network/v2/currencies?network=tron&symbol=USDT&firstOnly=true' \
    -H 'x-api-key: YOUR_API_KEY'
  ```

  ```bash Get conversion routes for invoice currency theme={null}
  curl -X GET 'https://api.request.network/v2/currencies/USD/conversion-routes' \
    -H 'x-api-key: YOUR_API_KEY'
  ```
</CodeGroup>

## Endpoints

<CardGroup cols={2}>
  <Card title="GET /v2/currencies" href="https://api.request.network/open-api/#tag/v2currencies/GET/v2/currencies" icon="coins">
    List currencies and filter by network, symbol, or id.
  </Card>

  <Card title="GET /v2/currencies/{currencyId}/conversion-routes" href="https://api.request.network/open-api/#tag/v2currencies/GET/v2/currencies/%7BcurrencyId%7D/conversion-routes" icon="arrows-rotate">
    List payment currencies available for a given invoice currency.
  </Card>
</CardGroup>

## Related Pages

<CardGroup cols={3}>
  <Card title="Token List" href="/resources/token-list#token-list-structure" icon="list">
    Full token catalog with IDs and chain mapping.
  </Card>

  <Card title="Payment Types" href="/api-features/payment-types-overview#payment-types" icon="credit-card">
    Learn where each currency flow is used.
  </Card>

  <Card title="Getting Started" href="/api-setup/getting-started" icon="rocket">
    Build with supported currencies and chains.
  </Card>
</CardGroup>
