Skip to main content
GET
/
v2
/
offramps
/
rates
Retrieve an offramp rate
curl --request GET \
  --url https://production.hifibridge.com/v2/offramps/rates \
  --header 'Authorization: Bearer <token>'
{
  "fromCurrency": "usdc",
  "toCurrency": "usd",
  "conversionRate": "1"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fromCurrency
enum<string>
required
Available options:
usdc
toCurrency
enum<string>
required
Available options:
usd,
eur,
brl,
mxn,
ars,
cop,
ugx,
ngn,
kes,
xof,
rwf,
tzs,
zmw,
mwk,
xaf

Response

Success

fromCurrency
string
toCurrency
string
conversionRate
string
I