| ticker | str | Unique identifier for the market | |
| total_traded | int | Total spent on this market in cents | |
| total_traded_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| position | int | Number of contracts bought in this market. Negative means NO contracts and positive means YES contracts | |
| market_exposure | int | Cost of the aggregate market position in cents | |
| market_exposure_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| realized_pnl | int | Locked in profit and loss, in cents | |
| realized_pnl_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| resting_orders_count | int | [DEPRECATED] Aggregate size of resting orders in contract units | |
| fees_paid | int | Fees paid on fill orders, in cents | |
| fees_paid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| last_updated_ts | datetime | Last time the position is updated | [optional] |