v1
latestOpenAPI 3.0.02026-07-26103425558.9 KBOnramp
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
Example response
{
"fromCurrency": "usd",
"toCurrency": "usdc",
"conversionRate": "1",
"conversionRates": [
{
"transferType": "default",
"conversionRate": "1"
}
]
}