Parlays
Get RFQs by Market
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
- All RFQ events for the market
- RFQ lifecycle events (created, deleted, etc.)
- Creator and quote creator identifiers
- Full JSON message with RFQ details (target cost, timestamps)
Use cases
- See all RFQ activity on a specific market
- Analyze demand for block trades
- Monitor institutional interest in a market
Example
- Request:
GET /api/v1/klsi/KXATPMATCH-26FEB13FRIKOR-FRI/rfq - Header:
X-API-Key: YOUR_API_KEY
GET
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Kalshi market ticker
Query Parameters
Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.
Response
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.)

