Skip to main content
Convert your fiat balance into USDC and send it to a linked external wallet in two steps:
  1. Create a conversion.
  2. Create a payout.

Supported currencies

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

Fund your account first

Fund via Deposits, Open Banking, or Manual Bank Transfer.

Steps

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

Check your source balance

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

Get a quote

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

Retrieve account IDs

Get source_account_id and target_account_id for the accounts you want to use from the Accounts tab in the Dashboard.
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 USDC to a linked external wallet

POST /v1/payouts in the API Reference →
7

Track the payout

Monitor in the Dashboard or via webhooks. Funds usually arrive within minutes. Finalization on Ethereum can take up to 20 minutes.