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

# Get asset price history (Batch)

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

Retrieve historical price data for multiple assets in a single request (up to 10 assets).

## Request body

- union
  - object[]
    - `address` string
    - `chainId` string
    - `blockchain` string
    - `id` number, nullable
    - `period` string
    - `from` number, nullable
    - `to` number, nullable
  - object
    - `assets` object[], required
      - `address` string
      - `chainId` string
      - `blockchain` string
      - `id` number, nullable
      - `period` string
      - `from` number, nullable
      - `to` number, nullable

## Response `200`

Asset price history batch 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)
