Get current market price for a token
cURL
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 }
API key for authentication. Get yours at https://dashboard.predexon.com
Token ID for the market
Unix timestamp (seconds) for historical price
Successful Response
Market price endpoint response.
Unix timestamp in seconds