Skip to main content
GET
Get exchange rates

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Query Parameters

from
string
required

Fiat currency to convert from (case-insensitive). Must be a currency listed by GET /v1/on-ramps/supported-pairs.

Example:

"USD"

to
string
required

Token to convert to (case-insensitive). Must be a token that GET /v1/on-ramps/supported-pairs lists against the requested from currency.

Example:

"USDT"

Response

Response for status 200

rate
string
required

Current exchange rate from fiat to crypto

Example:

"1.0012"