Get the current or historical price for a specific token
cURL
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 }
Token ID for the market
Unix timestamp (seconds) for historical price
x >= 0
Successful Response
Market price endpoint response.
Unix timestamp in seconds