Match market prices
get_match_oddsFetch match-winner market prices for a match, showing implied probability per player and bid, ask, and mid quotes. Requires the PRO plan.
Instructions
Match-winner market prices for a match — implied probability per player, with bid, ask and mid. Requires the PRO plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum price points to return (1-200). | |
| match_id | Yes | Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures. | |
| market | No | The match-winner market. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. |