get_order_book
Retrieve current order book data showing bids, asks, market depth, and liquidity for a specific Polymarket market or token.
Instructions
Retrieve current order book data showing bids and asks for a specific market or token. Shows market depth and liquidity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Number of price levels to show for bids and asks (default: 10, max: 50) | |
| token_id | No | Token/asset ID to get order book for | |
| market_id | No | Market ID to get order book for | |
| include_spread_analysis | No | Include bid-ask spread analysis (default: true) | |
| include_liquidity_analysis | No | Include liquidity depth analysis (default: true) |