Retrieve all Request for Quote (RFQ) events for a given Kalshi market ticker. Returns every RFQ that was created for this market.
What you get:
Use cases:
Code sample:
curl -X GET "https://api.delphiterminal.co/api/v1/klsi/KXATPMATCH-26FEB13FRIKOR-FRI/rfq" \ -H "X-API-Key: YOUR_API_KEY"Your API key (get one from the test-key endpoint above)
Kalshi market ticker
Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.
RFQ events for the market
RFQ event type (e.g., rfq_created, rfq_deleted)
Session ID
Sequence number
RFQ identifier
Creator identifier (hashed)
Kalshi market ticker
Kalshi event ticker
Quote creator identifier
JSON message containing RFQ details (target_cost, timestamps, etc.)