polymarket Prediction Markets
Run on Machina
Coming soon
Polymarket sports prediction markets — live odds, prices, order books, events, series, and market search. No auth required. Covers NFL, NBA, MLB, football (EPL, UCL, La Liga), tennis, cricket, MMA, esports. Supports moneyline, spreads, totals, and player props.
Commands
| Command | Description |
|---|---|
get_sports_config |
Available sport codes |
get_todays_events |
Today's events for a league |
search_markets |
Find markets by sport, keyword, and type |
get_sports_markets |
Browse all sports markets |
get_sports_events |
Browse sports events |
get_series |
List series (leagues) |
get_market_details |
Single market details |
get_event_details |
Single event details |
get_market_prices |
Current CLOB prices |
get_order_book |
Full order book |
get_price_history |
Historical prices |
get_last_trade_price |
Most recent trade |
get_sports_market_types |
|
configure |
|
create_order |
|
market_order |
|
cancel_order |
|
cancel_all_orders |
|
get_orders |
|
get_user_trades |
Example Prompts
- Who's favored in tonight's NBA games?
- Show me Leeds vs Man City odds
- What EPL matches are on today?
- Who will win the Premier League?
- Show me Bundesliga odds for Dortmund vs Bayern
Quick Start
# CLI
sports-skills polymarket get_sports_config
# Python
from sports_skills import polymarket
polymarket.get_sports_config()