Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Practical request patterns for Kalshi endpoints
export API_KEY="your_api_key_here"
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/klsi/KXNCAAFTOTAL-25NOV29NDSTAN-41/market" \ | jq
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/klsi/KXNCAAFTOTAL-25NOV29NDSTAN-41/tradehistory?limit=50" \ | jq
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/klsi/AMAZONFTC-29DEC31/top_of_book" \ | jq
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/klsi/AMAZONFTC-29DEC31/raw_deltas?limit=10" \ | jq