# Hirak Exchange Rates API **Provider:** Hirak Exchange Rates **Category:** finance **Base URL:** `https://rates.hirak.site` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://rates.hirak.site/ ## Description Exchange rates between 162 currency & 300 crypto currency update each 5 min, accurate, no limits ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://rates.hirak.site/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://rates.hirak.site' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with API key for exchange rate data. --- *Source: [API Map](https://apimap.dev/apis/hirak-exchange-rates/) — CC BY 4.0*