PAPI
API ReferencePolymarket Markets

List Trades

GET
/polymarket/trades
X-API-Key<token>

In: header

Path Parameters

token_id*string
limit*|
Formatint32
Range0 <= value
start_time*|
end_time*|

Response Body

application/json

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