---
title: "Get Historic Price Information"
method: GET
path: "/price/history"
tags: ["Price"]
---

# Get Historic Price Information

`GET /price/history`

Gets historic price information for a single token

## Query parameters

- `token` string, required

## Response `200`

Successful response

- PriceHistoryResponse
  - `current` number
  - `3d` number
  - `5d` number
  - `7d` number
  - `14d` number
  - `30d` number

---

[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)
