market.get_probabilities

Calculate market-implied probabilities and probability distributions.


Overview

The market.get_probabilities tool extracts probability information from market prices, orderbook data, and trading activity. Useful for analyzing market sentiment and identifying mispriced markets.


Parameters

Parameter
Type
Required
Description

market_id

string

Yes

Platform-specific market identifier

platform

string

Yes

"polymarket" or "kalshi"

method

string

No

Calculation method: "mid", "volume_weighted", "time_weighted" (default: mid)

timeframe

string

No

Historical timeframe: "1h", "24h", "7d" (default: current)


Request Example

result = agent.run("""
  Calculate probability for presidential election market
  using volume-weighted method over last 24 hours
""")

Response Format


Last updated