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
| Name | Type | Description | Notes |
|---|---|---|---|
| market_ticker | str | The ticker of the market for which to create an RFQ | |
| contracts | int | The number of contracts for the RFQ. Whole contracts only. Contracts may be provided via contracts or contracts_fp; if both provided they must match. | [optional] |
| contracts_fp | str | Fixed-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. | [optional] |
| target_cost_centi_cents | int | DEPRECATED: The target cost for the RFQ in centi-cents. Use target_cost_dollars instead. | [optional] |
| target_cost_dollars | str | US 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] |
| rest_remainder | bool | Whether to rest the remainder of the RFQ after execution | |
| replace_existing | bool | Whether to delete existing RFQs as part of this RFQ’s creation | [optional] [default to False] |
| subtrader_id | str | The subtrader to create the RFQ for (FCM members only) | [optional] |
| subaccount | int | The subaccount number to create the RFQ for (direct members only; 0 for primary, 1-32 for subaccounts) | [optional] |