Parlays
Get RFQ by ID
Retrieve all Request for Quote (RFQ) events for a given RFQ UUID. Returns the full lifecycle of an RFQ (created, quoted, deleted, etc.).
What you get
- RFQ lifecycle events (created, deleted, etc.)
- Creator and quote creator identifiers
- Associated market and event tickers
- Full JSON message with RFQ details (target cost, timestamps)
Use cases
- Track the lifecycle of a specific RFQ
- Analyze RFQ creation and deletion patterns
- Monitor institutional quoting activity
Example
- Request:
GET /api/v1/klsi/rfq/822dcdee-e5c1-47da-9ddf-15287fb37c44 - 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 RFQ ID (UUID)
Query Parameters
Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.
Response
RFQ events
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.)

