---
title: "Get OHLCV Data for a token/pool pair"
method: GET
path: "/chart/{token}/{pool}"
tags: ["Chart"]
---

# Get OHLCV Data for a token/pool pair

`GET /chart/{token}/{pool}`

Gets OHLCV (Open, High, Low, Close, Volume) data for charts for a specific pool

## Path parameters

- `token` string, required
- `pool` string, required

## Query parameters

- `type` '1s' | '5s' | '15s' | '1m' | '3m' | '5m' | '15m' | '30m' | '1h' | '2h' | '4h' | '6h' | '8h' | '12h' | '1d' | '3d' | '1w' | '1mn'
- `time_from` integer
- `time_to` integer
- `marketCap` boolean
- `currency` 'usd' | 'sol' | 'eur'
- `removeOutliers` boolean
- `timezone` string
- `fastCache` boolean

## Response `200`

Successful response

- ChartResponse
  - `oclhv` OHLCV[]
    - `open` number
    - `close` number
    - `low` number
    - `high` number
    - `volume` number
    - `time` integer

---

[API](https://skmtc.dev/solanatracker/apis/solana-tracker-data-api.md) · [All operations](https://skmtc.dev/solanatracker/apis/solana-tracker-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solanatracker/solana-tracker-data-api/revisions/c07c6f82d0c4/schema)
