Returns the latest CLOB orderbook snapshot for a position, including derived metrics (best bid/ask, mid price, spread, liquidity depth). Data is sourced from the real-time Polymarket WebSocket feed. bids and asks are arrays of {"p": price, "s": size} objects, sorted best-first.
Token ID (position ID) to query
Latest orderbook snapshot. ts is Unix milliseconds.