v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
Offramp

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

fromCurrency'usdc'

source currency

toCurrency'usd' | 'brl' | 'mxn' | 'ugx' | 'ngn' | 'kes' | 'tzs' | 'mwk' | 'xaf' | 'bwp' | 'zar' | 'usd-hka' | 'usd-chn' | 'cny' | 'hkd' | 'sgd' | 'usd-sgp'

target currency

conversionRatestring

Example response

{
  "fromCurrency": "usdc",
  "toCurrency": "usd",
  "conversionRate": "1",
  "conversionRates": [
    {
      "transferType": "default",
      "conversionRate": "1"
    }
  ]
}