---
title: "Get token price history (Batch)"
method: POST
path: "/api/2/token/price-history"
tags: ["V2 - Token"]
---

# Get token price history (Batch)

`POST /api/2/token/price-history`

Retrieve TWAP price points for multiple tokens in a single request (up to 50 tokens).

## Request body

- union
  - object[]
    - `address` string, required
    - `chainId` string
    - `blockchain` string
    - `timeframe` '5m' | '15m' | '1h' | '24h' | '7d' | '30d' | '1y'
  - object
    - `items` object[], required
      - `address` string, required
      - `chainId` string
      - `blockchain` string
      - `timeframe` '5m' | '15m' | '1h' | '24h' | '7d' | '30d' | '1y'

## Response `200`

Token price history batch response

- object
  - `data` object[], required
    - `priceHistory` array[], required
      - number[]
    - `address` string, required
    - `chainId` string, required
    - `error` 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)
