Skip to main content
Orqex exposes a read-only exchange-rate catalogue. These endpoints are public and do not require an idempotency key.

Latest rates

curl https://api.orqex.com/v1/exchange-rates/latest/USD \
  -H "Authorization: Bearer sk_live_xxx"

Response

base
string
Base currency (e.g. USD).
date
string
When the rates were captured.
rates
object
Map of currency code to rate against the base.

Supported currencies

curl https://api.orqex.com/v1/exchange-rates/currencies \
  -H "Authorization: Bearer sk_live_xxx"
Each currency has a code, name, symbol and icon_url.