v1
latestOpenAPI 3.1.02026-07-243035381.4 MBGet Exchange Rate by Symbol
/v4/data/rate/symbol
Credit cost: 20 credits when basePair is a fiat currency or USDT / USDC; 50 credits when basePair is any other crypto symbol.
Get the current exchange rate for exchanging fiat/crypto assets.
We support the top 1000+ token symbols by market cap.
Tokens are made available as soon as they’re published to CEXes or DEXes.
We pull from 10+ CEXes & 100+ DEXes.
By default, the base pair (the target asset) is EUR. When obtaining the exchange rate for an asset (for example, BTC), the value returned by the API expresses the amount of EUR that can be currently exchanged into 1 BTC.
Accepted base pairs depend on the plan:
- Free plan: any supported fiat currency as well as the stablecoins USDT and USDC.
- Paid plans: any supported fiat or crypto symbol.
Query parameters
The fiat or crypto asset to exchange.
The fiat or crypto asset to exchange
The target asset to get the exchange rate for. Free plan accepts only fiat currencies, USDT or USDC. Paid plans accept any supported fiat or crypto symbol.
Response
OK
Example response
{
"value": "1235.56",
"timestamp": 1572031674384,
"source": "fixer.io",
"batchId": "one"
}