polymarket_book
Retrieve a complete order book for a prediction market token using its CLOB token ID, returning bid/ask prices with sizes, tick size, and negative risk to assess market liquidity and depth.
Instructions
Full order book (bids + asks with sizes) for one outcome token.
Returns: {market, asset_id, bids:[{price, size}], asks:[{price, size}], tick_size, neg_risk, timestamp}
Auth: none needed.
Also answers this: kalshi_orderbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | CLOB token id (one entry of a market's clobTokenIds). |