Returns the latest orderbook snapshot for every position (outcome) in a market. Accepts condition_id or market_slug. bids and asks are arrays of {"p": price, "s": size} objects, sorted best-first.
Condition ID of the market
Market slug (alternative to condition_id)
Latest orderbook snapshot per position. ts is Unix milliseconds.