curl --request GET \
--url https://production.hifibridge.com/v2/offramps/rates \
--header 'Authorization: Bearer <token>'{
"fromCurrency": "usdc",
"toCurrency": "usd",
"conversionRate": "1",
"conversionRates": [
{
"transferType": "default",
"conversionRate": "1"
}
]
}Offramp rates are estimated rates for offramp conversions from different cryptocurrencies on different networks into all the different fiat currencies.
curl --request GET \
--url https://production.hifibridge.com/v2/offramps/rates \
--header 'Authorization: Bearer <token>'{
"fromCurrency": "usdc",
"toCurrency": "usd",
"conversionRate": "1",
"conversionRates": [
{
"transferType": "default",
"conversionRate": "1"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
usdc usd, brl, mxn, ugx, ngn, kes, tzs, mwk, xaf, bwp, zar, usd-hka, usd-chn, cny, hkd, sgd, usd-sgp Success
source currency
usdc target currency
usd, brl, mxn, ugx, ngn, kes, tzs, mwk, xaf, bwp, zar, usd-hka, usd-chn, cny, hkd, sgd, usd-sgp