---
title: "GET /v2/rates/chart"
method: GET
path: "/v2/rates/chart"
tags: ["Rates"]
---

# GET /v2/rates/chart

`GET /v2/rates/chart`

Get chart by token

## Query parameters

- `token` string, address, required
- `currency` string
- `start_date` integer
- `end_date` integer
- `points_count` integer

## Response `200`

token chart

- object
  - `points` array[], required — Each inner array is a pair [timestamp, price]: • index 0 — Unix timestamp (int64) • index 1 — token price (decimal) in the requested currency.
    - number[]

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
