---
title: "Get latest token price"
method: GET
path: "/v1/prices"
tags: ["Prices"]
---

# Get latest token price

`GET /v1/prices`

Returns the latest USD price for a token. Query parameters: `address` (required), `chain_id` (required), `at` (optional ISO 8601 timestamp).

## Response `200`

Token price

- LatestPriceResponse
  - `address` string, required
  - `chain_id` integer, required
  - `currency` string, required
  - `price` PriceValue, required
    - `decimals` integer, required
    - `usd` number, double, required
  - `symbol` string, required
  - `timestamp` string, required

## Other responses

- `404` — Token not found
- `422` — Invalid parameters
- `503` — Pricing service not configured

---

[API](https://skmtc.dev/gauntlet/apis/gauntlet-api.md) · [All operations](https://skmtc.dev/gauntlet/apis/gauntlet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gauntlet/gauntlet-api/revisions/4452dcc4d7b3/schema)
