---
title: "Get current or historical fiat rates."
method: GET
path: "/api/v2/tickers/"
tags: ["Fiat"]
---

# Get current or historical fiat rates.

`GET /api/v2/tickers/`

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.

## Query parameters

- `currency` string
- `timestamp` integer
- `block` string
- `token` string

## Response `200`

Fiat rate ticker.

- FiatTicker
  - `ts` integer
  - `rates` object, required
  - `error` string

## Other responses

- `default` — Public API error. Public validation errors are HTTP 400; internal errors are HTTP 500.

---

[API](https://skmtc.dev/trezor/apis/blockbook-api.md) · [All operations](https://skmtc.dev/trezor/apis/blockbook-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trezor/blockbook-api/revisions/01c375da86bc/schema)
