PAPI
API ReferencePolymarket Markets

Get Price History

GET
/polymarket/price-history
X-API-Key<token>

In: header

Path Parameters

token_id*string
interval*string
start_time*|
end_time*|

Response Body

application/json

curl -X GET "https://loading/polymarket/price-history"
[
  {
    "price": "string",
    "timestamp": "2019-08-24T14:15:22Z"
  }
]