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 |
|---|---|---|---|
| ticker | str | The ticker symbol of the market that was settled. | |
| event_ticker | str | The event ticker symbol of the market that was settled. | |
| market_result | str | The outcome of the market settlement. ‘yes’ = market resolved to YES, ‘no’ = market resolved to NO, ‘scalar’ = scalar market settled at a specific value, ‘void’ = market was voided/cancelled and all positions returned at original cost. | |
| yes_count_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. | |
| yes_total_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. | |
| no_count_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. | |
| no_total_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. | |
| revenue | int | Total revenue earned from this settlement in cents (winning contracts pay out 100 cents each). | |
| settled_time | datetime | Timestamp when the market was settled and payouts were processed. | |
| fee_cost | 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. | |
| value | int | Payout of a single yes contract in cents. | [optional] |