Get Market Price
at_time parameter is omitted, it returns the most real-time price available. When at_time is provided, it returns the historical market price at that specific timestamp.
Best for: Real-time price lookups, historical price snapshots, building price charts, tracking market sentiment over time.
Endpoint: GET /polymarket/market-price/{token_id}
price field (a number between 0 and 1 representing the market probability) and an at_time field (Unix timestamp in seconds) indicating the point in time for which the price was fetched.Your AIsa API key as a Bearer token.
The token ID for the Polymarket market
"19701256321759583954581192053894521654935987478209343000964756587964612528044"
Optional Unix timestamp (in seconds) to fetch a historical market price. If not provided, returns the most real-time price available.
1762164600