---
title: "Latest Token Prices"
method: POST
path: "/api/v1/developer/prices"
tags: ["PRICES", "DEVELOPER"]
---

# Latest Token Prices

`POST /api/v1/developer/prices`

Get the latest prices for the given token addresses.

## Query parameters

- `with_liquidity_info` boolean — If true, returns total_liquidity_usd as well. See [this page](https://docs.allium.so/api/developer/data-tips#token-liquidity-filtering) for more details.

## Request body

- PayloadTokenAddress[]
  - `token_address` string, required — Token contract address
  - `chain` string, required — Lowercase chain name

## Response `200`

Successful Response

- EnvelopeTokenPriceV2WithHiddenFields
  - `items` TokenPriceV2WithHiddenFields[], required — Response items
    - `timestamp` string, date-time, required — ISO 8601 UTC candle time
    - `chain` string, required — Lowercase chain name
    - `address` string, required — Token contract address
    - `decimals` integer, nullable — Token decimal places
    - `price` number, required — Current price (USD) at the timestamp
    - `open` number, required — Opening price (USD) at the start of the interval
    - `high` number, required — Highest price (USD) during the interval
    - `close` number, required — Closing price (USD) at the end of the interval
    - `low` number, required — Lowest price (USD) during the interval
  - `cursor` string, nullable — Pagination cursor for next page
  - `message` string, nullable — Informational message (e.g. partial results)

## Other responses

- `422` — Validation Error

---

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