PAPI
API ReferenceKalshi Markets

List Trades

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

In: header

Path Parameters

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

Response Body

application/json

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