v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
Onramp

Retrieve an onramp rate

Onramp rates are estimated rates for onramp conversions from different fiat currencies into different cryptocurrencies.

get/v2/onramps/rates

Query parameters

fromCurrency'usd' | 'ugx' | 'ngn' | 'bwp' | 'tzs' | 'mwk' | 'xaf' | 'kes' required
toCurrency'usdc' required

Response

Success

fromCurrency'usd' | 'ugx' | 'ngn' | 'bwp' | 'tzs' | 'mwk' | 'xaf' | 'kes'

source currency

toCurrency'usdc'

target currency

conversionRatestring

Example response

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