Features
- Swap EUR ↔ USDC
- Swap GBP ↔ USDC
- Swap EUR ↔ GBP (coming soon)
Additional currencies and fiat ↔ fiat balance swaps are coming soon
Use Cases
- On/Offramp between fiat and stablecoins
- Manage your currency exposure for treasury management
- Payouts in different currencies
- Payins in different currencies
How to Use It
1
Get a real-time exchange rate
Use the
/fx/retrieve-rate endpoint to fetch the current rate for your desired currency pair.2
Execute an FX
Use the
/fx/execute endpoint to convert your balance in the target currency.3
Fetch FX details
After creating an FX swap, you’ll receive an
fxId on the FX object. Use this fxId with the /fx/retrieve endpoint to fetch details about the exchange rate and conversion used for that specific swap.