v1
latestOpenAPI 3.1.02026-07-243035381.4 MBExchange rate
Get Exchange Rate by Symbol - Batch
/v4/data/rate/symbol/batch
Credit cost (per pair): 20 credits when basePair is a fiat currency or USDT / USDC; 50 credits when basePair is any other crypto symbol. The total cost is the sum across all pairs in the batch.
Get the current exchange rates 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.
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.
post/v4/data/rate/symbol/batch
Request body
Example request
[
{
"batchId": "one",
"basePair": "EUR",
"symbol": "BTC"
}
]Response
OK
Example response
[
{
"value": "1235.56",
"timestamp": 1572031674384,
"source": "fixer.io",
"batchId": "one"
}
]