subscribe_orderbook_updates
Monitor real-time orderbook updates for specified Polymarket tokens to track market depth and price levels.
Instructions
Subscribe to real-time orderbook updates by token_ids (clobTokenIds). Source: list_active_markets/get_market_details. Use get_realtime_status to inspect events. Example: token_ids=[clobTokenIds[0]].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_ids | Yes | List of token IDs to monitor orderbooks for | |
| depth | No | Number of price levels to include (default: 10) | |
| callback_type | No | How to receive updates | notification |