curl --request GET \
--url https://production.hifibridge.com/v2/onramps/rates \
--header 'Authorization: Bearer <token>'{
"fromCurrency": "usd",
"toCurrency": "usdc",
"conversionRate": "1",
"conversionRates": [
{
"transferType": "default",
"conversionRate": "1"
}
]
}Onramp rates are estimated rates for onramp conversions from different fiat currencies into different cryptocurrencies.
curl --request GET \
--url https://production.hifibridge.com/v2/onramps/rates \
--header 'Authorization: Bearer <token>'{
"fromCurrency": "usd",
"toCurrency": "usdc",
"conversionRate": "1",
"conversionRates": [
{
"transferType": "default",
"conversionRate": "1"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
usd, ugx, ngn, bwp, tzs, mwk, xaf, kes usdc Success
source currency
usd, ugx, ngn, bwp, tzs, mwk, xaf, kes target currency
usdc