---
title: "Get asset price history"
method: GET
path: "/api/2/asset/price-history"
tags: ["V2 - Assets"]
---

# Get asset price history

`GET /api/2/asset/price-history`

Retrieve historical price data for a specific asset.

## Query parameters

- `address` string — Token contract address
- `chainId` string — Blockchain chain ID (required when using address)
- `id` number, nullable — Asset ID (alternative to address+chainId)
- `period` string — Candle period (e.g., "5m", "1h", "1d")
- `from` number, nullable — Start timestamp (unix seconds)
- `to` number, nullable — End timestamp (unix seconds)

## Response `200`

Asset price history response

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