---
title: "Get All-Time High Price"
method: GET
path: "/tokens/{tokenAddress}/ath"
tags: ["Tokens"]
---

# Get All-Time High Price

`GET /tokens/{tokenAddress}/ath`

Retrieves the all-time high price of a token (since the data API started recording)

## Path parameters

- `tokenAddress` string, required

## Response `200`

Successful response

- ATHResponse
  - `highest_price` number
  - `timestamp` integer

---

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