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

# Get Token ATH/ATL Values (Batch)

`POST /api/2/token/ath`

Retrieve All-Time High (ATH) and All-Time Low (ATL) values for multiple tokens in a single request.

## Request body

- union
  - object[]
    - `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
  - object
    - `items` object[], required
      - `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 batch response

- object
  - `payload` union[], required
    - union
      - object
        - `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
      - object
        - `error` string
      - unknown
  - `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)
