Swap Currency
Wallet
Swap Currency
Swaps funds from one currency to another at the current exchange rate.
POST
Swap Currency
Swap funds from one currency to another at the current exchange rate. Use a
rateToken from the /wallet/rates endpoint to lock in a specific rate.
Example Request
Example Response
Authorizations
Your Rolla API key
Body
application/json
Source currency code
Required string length:
3Example:
"USD"
Destination currency code (must differ from fromCurrency)
Required string length:
3Example:
"NGN"
Amount to swap from source currency
Example:
1000
Optional description
Maximum string length:
500Rate token from /wallet/rates to lock in a specific rate