Skip to main content
TL;DR: Get prices in EUR, GBP, JPY and 8 other fiat currencies on 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 USD get corresponding fields for each requested currency
  • Example: priceUSDpriceEUR, priceGBP, etc.
  • Exchange rates are fetched from reliable forex providers and cached

Example Request

Example Response

Affected Endpoints

  • GET /api/2/token/details
  • POST /api/2/token/details
  • GET /api/2/market/details
  • POST /api/2/market/details
Exchange rates are updated every 30 minutes and cached for optimal performance.