Retrieve orderbook snapshots for a Kalshi market. The orderbook shows all open buy and sell orders at different price levels.
Code sample:
curl -X GET "https://api.delphiterminal.co/api/v1/klsi/KXBTC-26FEB01/orderbook?limit=100" \ -H "X-API-Key: YOUR_API_KEY"Your API key (get one from the test-key endpoint above)
Kalshi market ID
Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.
Pagination cursor for next page