Skip to main content
GET
/
prices-history
Get prices history
curl --request GET \
  --url https://clob.polymarket.com/prices-history
{
  "history": [
    {
      "t": 123,
      "p": 123
    }
  ]
}

Query Parameters

market
string
required

The market (asset id) to query.

startTs
number<double>

Filter by items after this unix timestamp.

endTs
number<double>

Filter by items before this unix timestamp.

interval
enum<string>

Time interval for data aggregation.

Available options:
max,
all,
1m,
1w,
1d,
6h,
1h
fidelity
integer

Accuracy of the data expressed in minutes. Default is 1 minute.

Response

Successful response with price history

history
object[]