cURL
curl --request GET \ --url https://api.entityml.com/api/v1/kalshi/market/data/range \ --header 'Authorization: <authorization>'
{ "market_ticker": "<string>", "start_timestamp": 123, "end_timestamp": 123, "data_count": 123, "data": [ {} ], "pagination": { "limit": 123, "has_more": true, "next_cursor": "<string>" } }
Retrieve raw Kalshi market events across an inclusive timestamp range using cursor pagination.
Bearer YOUR_API_KEY
10000
100000
Show Pagination fields
null
curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://api.entityml.com/api/v1/kalshi/market/data/range?ticker=KXBTC-26FEB2606-B60125&start_timestamp=1772103600000&end_timestamp=1772107199999&limit=500"
{ "market_ticker": "KXBTC-26FEB2606-B60125", "start_timestamp": 1772103600000, "end_timestamp": 1772107199999, "data_count": 1, "data": [ { "type": "snapshot", "ticker": "KXBTC-26FEB2606-B60125", "timestamp": "2026-02-26T11:01:16.000623+00:00", "epoch_ms": 1772103676000, "seq": null, "yes": [], "no": [[40, 14], [39, 290.81]] } ], "pagination": { "limit": 500, "has_more": false, "next_cursor": null } }
next_cursor
ticker
start_timestamp
end_timestamp
has_more
true