Docs › API reference
API reference
Every request needs an Authorization: Bearer YOUR_API_KEY header — see Authentication (in Guides, along with rate limits and errors). Pick an endpoint below, or see the full Swagger reference from the docs index for the raw OpenAPI schema.
RATES
GET /rates/latest
Today's rates for every currency, or a subset via symbols.
GET /rates/{date}
Rates for a specific past date.
GET /convert
Convert one amount from one currency to another.
GET /convert/bulk
Convert into up to 25 target currencies at once.
GET /currencies
The full list of supported currencies.