---
title: "Get Token ATH/ATL Values"
method: GET
path: "/api/2/token/ath"
tags: ["V2 - Token"]
---

# Get Token ATH/ATL Values

`GET /api/2/token/ath`

Retrieve All-Time High (ATH) and All-Time Low (ATL) values for a token, along with the dates when these values were recorded.

## Query parameters

- `chainId` string — Blockchain chain ID (e.g., "evm:56", "solana:solana")
- `address` string — Token contract address
- `currencies` string — Comma-separated list of currencies for price conversion

## Response `200`

Token ATH/ATL response

- object
  - `data` object, required
    - `address` string, required
    - `chainId` string, required
    - `symbol` string, nullable, required
    - `name` string, nullable, required
    - `athUSD` number, nullable
    - `atlUSD` number, nullable
    - `athDate` string, nullable
    - `atlDate` string, nullable
    - `priceUSD` number, nullable
  - `hostname` string

## Other responses

- `402` — Payment Required

---

[API](https://skmtc.net/mobula/apis/mobula-api.md) · [All operations](https://skmtc.net/mobula/apis/mobula-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobula/mobula-api/versions/32f95d9e8ff2/schema)
