get_price
Retrieve the best available price for an outcome token on a BUY or SELL side, mapping pricing to prediction market outcome probabilities.
Instructions
Fetch the single best available price for a given outcome token on a specified directional side.
Pricing maps intrinsically to outcome probabilities in the range 0.00 to 1.00.
Args: token_id (str): The fundamental token identifier indicating the outcome side. side (str): The designated trading side to check, either strictly 'BUY' or 'SELL'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| token_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |