v1
latestOpenAPI 3.0.02026-07-26103425558.9 KBOfframp
Retrieve an offramp rate
Offramp rates are estimated rates for offramp conversions from different cryptocurrencies on different networks into all the different fiat currencies.
get/v2/offramps/rates
Query parameters
fromCurrency'usdc' required
toCurrency'usd' | 'brl' | 'mxn' | 'ugx' | 'ngn' | 'kes' | 'tzs' | 'mwk' | 'xaf' | 'bwp' | 'zar' | 'usd-hka' | 'usd-chn' | 'cny' | 'hkd' | 'sgd' | 'usd-sgp' required
Response
Success
Example response
{
"fromCurrency": "usdc",
"toCurrency": "usd",
"conversionRate": "1",
"conversionRates": [
{
"transferType": "default",
"conversionRate": "1"
}
]
}