Skip to main content
GET
/
v2
/
polymarket
/
market-price
/
{token_id}
Get Market Price
curl --request GET \
  --url https://api.predexon.com/v2/polymarket/market-price/{token_id} \
  --header 'x-api-key: <api-key>'
{
  "price": 123,
  "at_time": 123
}
Fetch current or historical price for a token. Uses weighted average of recent trades when stable, or last trade price when volatile.
Free & Unlimited. This endpoint does not count toward your monthly usage limits on any plan.

Authorizations

x-api-key
string
header
required

Path Parameters

token_id
string
required

Token ID for the market

Query Parameters

at_time
integer | null

Unix timestamp (seconds) for historical price

Required range: x >= 0

Response

Successful Response

Market price endpoint response.

price
number
required
at_time
integer
required

Unix timestamp in seconds