market/details and token/details endpoints via the new currencies parameter.
Added support for multiple fiat currencies on
market/details and token/details endpoints.
New Parameter
currencies- Comma-separated list of fiat currencies (e.g.,currencies=EUR,USD,GBP)
Supported Currencies
How it works
- All fields ending in
USDget corresponding fields for each requested currency - Example:
priceUSD→priceEUR,priceGBP, etc. - Exchange rates are fetched from reliable forex providers and cached
Example Request
Example Response
Affected Endpoints
GET /api/2/token/detailsPOST /api/2/token/detailsGET /api/2/market/detailsPOST /api/2/market/details
Exchange rates are updated every 30 minutes and cached for optimal performance.