Conversions are supported only between accounts within the same customer, and the customer must hold an active account for each currency.
- convert USD to USDC between your accounts
- use payout to send USDC to the friend.
Supported currency pairs
- USD/USDC
- USDC/USD
Create a conversion
2026-05-01
/v1/conversions in the API Reference →
In response you will get the full conversion object including its ID, which you can
use later to retrieve the actual state of the conversion.
Key fields
You can get account IDs from the Dashboard under
Accounts → Details or
Accounts API
As of today, only USD-USDC conversions with fixed 1:1 exchange rate are supported.
If you convert 100 USDC, you will receive 100 USD.
Retrieve a conversion
2026-05-01
/v1/conversions/{id} in the API Reference →
List conversions
2026-05-01
/v1/conversions in the API Reference →