Skip to content

Get current exchange rates to KRW

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

Used for settlement quotes when settlement_mode=krw.

from
string
Allowed values: USDT USDC ETH SOL

OK

Media type application/json
object
rates
object
key
additional properties

KRW per 1 unit of the token

number
fetched_at
string format: date-time
Example generated
{
"rates": {
"additionalProperty": 1
},
"fetched_at": "2026-04-15T12:00:00Z"
}