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

# Supported Currency Codes in SpherePay

> Reference for all fiat and stablecoin currency codes used in SpherePay API requests. Includes USD, EUR, BRL, USDC, USDT, and EURC with supported networks.

SpherePay uses lowercase currency codes in API requests and responses. Use the codes in the table below when specifying currencies in transfer requests, virtual accounts, offloader wallets, and bank account fields.

<Note>
  Always use lowercase currency codes in API requests (for example, `"currency": "usdc"`, not `"USDC"`).
</Note>

## Fiat currencies

| Currency name        | Code (API) | Type | Supported rails         |
| -------------------- | ---------- | ---- | ----------------------- |
| United States Dollar | `usd`      | Fiat | ACH, ACH Same Day, Wire |
| Euro                 | `eur`      | Fiat | SEPA                    |
| Brazilian Real       | `brl`      | Fiat | PIX                     |

## Stablecoins

| Currency name | Code (API) | Type       | Supported networks                                             |
| ------------- | ---------- | ---------- | -------------------------------------------------------------- |
| USD Coin      | `usdc`     | Stablecoin | Arbitrum, Avalanche, Base, Ethereum, Polygon, Solana, Starknet |
| Tether        | `usdt`     | Stablecoin | Ethereum, Tron                                                 |
| Euro Coin     | `eurc`     | Stablecoin | Base, Ethereum, Solana                                         |

## Notes

* BRL transfers via PIX require a separate verification profile (`kyc_profile_b` / `kyb_profile_b`). Contact your SpherePay representative for access.
* Not all currency and network combinations are available for every product. Check the supported rails documentation for [Transfers](/concepts/transfers/overview), [Onramper Accounts](/concepts/automation/onramper-accounts), and [Offloader Wallets](/concepts/automation/offloader-wallets).
