Skip to main content
GET
/
v1
/
polymarket
/
market-price
/
{token_id}
Get Market Price
curl --request GET \
  --url https://api.predexon.com/v1/polymarket/market-price/{token_id} \
  --header 'x-api-key: <api-key>'
{
  "price": 123,
  "at_time": 123
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at https://dashboard.predexon.com

Path Parameters

token_id
string
required

Token ID for the market

Query Parameters

at_time
integer | null

Unix timestamp (seconds) for historical price

Response

Successful Response

Market price endpoint response.

price
number
required
at_time
integer
required

Unix timestamp in seconds