Skip to main content
Convert USDC into fiat and pay it out to a bank account in two steps:
  1. Create a conversion.
  2. Create a payout.

Supported currencies

  • Stablecoins: USDC on Ethereum, Solana, Polygon.
  • Fiat: EUR, GBP, USD.
Minimum off-ramp amount: 10 units of source currency.

Steps

Account IDs are shown in the Dashboard under Accounts → Details.
1

Deposit USDC to your stablecoin wallet

Find your chain and address in the Dashboard under Accounts → select wallet account → Linked wallets. Send USDC only from a linked wallet.
2

Verify your stablecoin balance

GET /v1/accounts/{id}/balance in the API Reference →
3

Get a quote

GET /v1/quotes/indicative in the API Reference →
4

Execute the conversion

POST /v1/conversions in the API Reference →
5

Wait for the conversion to complete

Conversions are asynchronous. Poll or subscribe to webhooks.
GET /v1/conversions/{id} in the API Reference →
6

Pay out fiat to a bank account

POST /v1/payouts in the API Reference →
7

Track the payout

Monitor in the Dashboard or via webhooks. Funds usually arrive within minutes. Delivery can take up to 2 business days depending on the receiving bank.