v11

latestOpenAPI 3.1.0AGPL-3.0-onlyraw.githubusercontent.com2026-08-01307390.9 KB
Fiat

Get current or historical fiat rates.

Returns currency rates for the requested currency and date. If a rate is unavailable for the exact timestamp, the closest available rate can be returned. Responses include the actual rate timestamp. Without a currency parameter, all available currencies can be returned. A rate of -1 marks an unavailable or invalid currency for that timestamp.

Load estimate: Low to medium; specific currency lookups are cheap, while omitted currency and token lookups increase response size.

get/api/v2/tickers/

Query parameters

currencystring
Example:usd

Optional currency code. When omitted, all available rates can be returned.

timestampinteger

Unix timestamp for historical rates.

blockstring

Block height or hash whose timestamp should be used for historical rates.

tokenstring

Optional token symbol or contract/address key for token-specific rates.

Response

Fiat rate ticker.

tsinteger
ratesobject required
errorstring