New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://clob.polymarket.com/prices-history{
"history": [
{
"t": 123,
"p": 123
}
]
}Retrieve historical price data for a market.
curl --request GET \
--url https://clob.polymarket.com/prices-history{
"history": [
{
"t": 123,
"p": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
The market (asset id) to query.
Filter by items after this unix timestamp.
Filter by items before this unix timestamp.
Time interval for data aggregation.
max, all, 1m, 1w, 1d, 6h, 1h Accuracy of the data expressed in minutes. Default is 1 minute.
Successful response with price history
Show child attributes
Was this page helpful?