---
title: "Get Token Price Snapshot"
method: GET
path: "/api/2/token/price-at"
tags: ["V2 - Token"]
---

# Get Token Price Snapshot

`GET /api/2/token/price-at`

Get the price of a token at a specific point in time. Finds the closest swap to the given unix timestamp. Returns the price, the actual swap timestamp, and the pool address used.

## Query parameters

- `chainId` string — Blockchain chain ID (e.g., "evm:56", "solana:solana")
- `address` string — Token contract address
- `timestamp` integer, required — Unix timestamp (seconds) for historical price lookup

## Response `200`

Token price at timestamp response

- object
  - `data` object, required
    - `name` string, nullable, required
    - `symbol` string, nullable, required
    - `logo` string, nullable, required
    - `priceUSD` number, required
    - `marketCapUSD` number, nullable, required
    - `marketCapDilutedUSD` number, nullable, required
    - `timestamp` number, required
    - `swapTimestamp` number, required
    - `poolAddress` string, required

## 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)
