Skip to main content
GET
Retrieve an offramp rate

Authorizations

Authorization
string
header
required

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

Query Parameters

sourceCurrency
enum<string>
required

Source stablecoin to convert from.

Available options:
USDC,
USDT,
USDG,
PYUSD,
PYUSD0,
USDCX
destinationCurrency
enum<string>
required

Destination fiat currency to convert to.

Available options:
USD,
PHP,
AED,
EUR,
BRL,
HKD,
CNY,
MXN,
COP,
ARS,
NGN,
KES,
BWP,
ZAR,
TZS,
UGX,
XAF,
MWK,
RWF,
ZMW,
XOF,
SGD,
GBP,
INR

Response

Offramp rate retrieved successfully.

A conversion rate from a source stablecoin to a destination fiat currency.

sourceCurrency
enum<string>
Available options:
USDC,
USDT,
USDG,
PYUSD,
PYUSD0,
USDCX
Example:

"USDC"

destinationCurrency
enum<string>
Available options:
USD,
PHP,
AED,
EUR,
BRL,
HKD,
CNY,
MXN,
COP,
ARS,
NGN,
KES,
BWP,
ZAR,
TZS,
UGX,
XAF,
MWK,
RWF,
ZMW,
XOF,
SGD,
GBP,
INR
Example:

"USD"

rate
string

Conversion rate expressed as destination units per source unit.

Example:

"0.9985"