---
title: "Get currencies available for a timestamp."
method: GET
path: "/api/v2/tickers-list/"
tags: ["Fiat"]
---

# Get currencies available for a timestamp.

`GET /api/v2/tickers-list/`

Returns available secondary currencies for a date together with the
actual rate timestamp.

Load estimate: Low to medium; token lookups and wide currency lists
increase response size.

## Query parameters

- `timestamp` integer, required
- `token` string

## Response `200`

Available currencies.

- AvailableVsCurrencies
  - `ts` integer
  - `available_currencies` string[], 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)
