get_order_book
Retrieve all pending bids and asks for a prediction market outcome token, returning the full order book depth mapped to price levels for analysis.
Instructions
Retrieve the current full depth of the order book (all pending bids and asks) for a specific outcome token.
This provides a complete snapshot of all open buy and sell orders mapped to their respective price levels.
Args: token_id (str): The fundamental token ID associated with a specific outcome (e.g., the YES or NO side of the bet) in a prediction market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |