Skip to content

Get current exchange rates to a fiat currency

GET
/v1/exchange_rates
curl --request GET \
--url 'https://api.parasta.io/v1/exchange_rates?from=USDT&to=USD' \
--header 'Authorization: Bearer <token>'

Used for settlement quotes when settlement_mode=fiat. Returns rates from each crypto unit to the requested fiat currency.

from
string
Allowed values: USDT USDC ETH SOL
to
string
default: KRW
Allowed values: USD KRW IDR

OK

Media type application/json
object
to

Fiat currency the rates are quoted in.

string
Allowed values: USD KRW IDR
rates
object
key
additional properties

Fiat units per 1 unit of the token (in the chosen fiat).

number
fetched_at
string format: date-time
Example
{
"to": "USD"
}

Please contact your representative. 담당자에게 문의해주세요.