Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt

Use this file to discover all available pages before exploring further.

Properties

NameTypeDescriptionNotes
idstrUnique identifier for the RFQ
creator_idstrPublic communications ID of the RFQ creator.
market_tickerstrThe ticker of the market this RFQ is for
contracts_fpstrFixed-point contract count string (2 decimals, e.g., "10.00"; referred to as "fp" in field names). Requests accept 0–2 decimal places (e.g., "10", "10.0", "10.00"); responses always emit 2 decimals. Fractional contract values (e.g., "2.50") are supported on markets with fractional trading enabled; the minimum granularity is 0.01 contracts. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match.
target_cost_dollarsstrUS dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market’s price level structure.[optional]
statusstrCurrent status of the RFQ (open, closed)
created_tsdatetimeTimestamp when the RFQ was created
mve_collection_tickerstrTicker of the MVE collection this market belongs to[optional]
mve_selected_legsList[MveSelectedLeg]Selected legs for the MVE collection[optional]
rest_remainderboolWhether to rest the remainder of the RFQ after execution[optional]
cancellation_reasonstrReason for RFQ cancellation if cancelled[optional]
creator_user_idstrUser ID of the RFQ creator (private field)[optional]
creator_subaccountintSubaccount number of the RFQ creator (visible when the caller is the RFQ creator)[optional]
cancelled_tsdatetimeTimestamp when the RFQ was cancelled[optional]
updated_tsdatetimeTimestamp when the RFQ was last updated[optional]