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",
  "conversionRates": [
    {
      "transferType": "default",
      "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,
brl,
mxn,
ugx,
ngn,
kes,
tzs,
mwk,
xaf,
bwp,
zar,
usd-hka,
usd-chn,
cny,
hkd

Response

Success

fromCurrency
enum<string>

source currency

Available options:
usdc
toCurrency
enum<string>

target currency

Available options:
usd,
brl,
mxn,
ugx,
ngn,
kes,
tzs,
mwk,
xaf,
bwp,
zar,
usd-hka,
usd-chn,
cny,
hkd
conversionRate
string
conversionRates
object[]