Get Fiat Exchange Rates
Get the current exchange rate for exchanging fiat/crypto assets.
We support all major fiat currencies. Rates are obtained from reliable sources and updated frequently. For the full list of supported currencies, refer to the Supported Fiat Currencies page.
By default, the base pair (the target asset) is USD. When obtaining the exchange rate for a fiat (for example, INR), the value returned by the API expresses the amount of USD that can be currently exchanged into 1 INR.
Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | ✅ | The fiat or crypto asset to exchange |
basePair | string | ❌ | The target fiat asset to get the exchange rate (defaults to EUR) |
Example Response
{
"value": "0.01126970",
"basePair": "USD",
"timestamp": 1759480745000,
"source": "Fixer.io",
"symbol": "INR"
}
Notes
- Use this endpoint to get real-time fiat exchange rates.
- Base pair defaults to EUR if not specified.
- Combine with other endpoints to build portfolio or conversion tools.
Updated about 2 hours ago