Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orqex.com/v1/exchange-rates/latest/{baseCurrency} \ --header 'Authorization: Bearer <token>'
{ "data": { "base": "USD", "date": "2026-06-08 12:00:00", "rates": { "XOF": 600.5, "EUR": 0.92 } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ISO 4217 base currency code.
OK
Show child attributes
Was this page helpful?