get_order_book
Retrieve the order book for a specific market outcome token on Polymarket to analyze real-time pricing, liquidity, and trading activity.
Instructions
Get order book via CLOB /book for token_id. Source: clobTokenIds from list_active_markets or get_market_details. If token has no active order book, returns 404. Example: token_id=clobTokenIds[0].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | The token ID for the market outcome |