---
title: "Get Market Price"
method: GET
path: "/v2/polymarket/market-price/{token_id}"
tags: ["polymarket"]
---

# Get Market Price

`GET /v2/polymarket/market-price/{token_id}`

Fetch the current or historical market price for a token.

Uses last 5 trades across both tokens (Yes/No) of the market:
- If all prices within $0.10: weighted average by USD amount
- Otherwise: last traded price

## Path parameters

- `token_id` string, required — Token ID for the market

## Query parameters

- `at_time` integer, nullable — Unix timestamp (seconds) for historical price

## Response `200`

Successful Response

- MarketPriceResponse — Market price endpoint response.
  - `price` number, required
  - `at_time` integer, required — Unix timestamp in seconds

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/predexon/apis/predexon-api.md) · [All operations](https://skmtc.net/predexon/apis/predexon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predexon/predexon-api/revisions/80a306fbdb39/schema)
