---
title: "Get Price at Specific Timestamp"
method: GET
path: "/price/history/timestamp"
tags: ["Price"]
---

# Get Price at Specific Timestamp

`GET /price/history/timestamp`

Gets specific historic price information for a token at a given timestamp

## Query parameters

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

## Response `200`

Successful response

- PriceTimestampResponse
  - `price` number
  - `timestamp` integer
  - `timestamp_unix` integer
  - `pool` string

---

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