Skip to main contentChangelog
v0.3.1 - Price History & Sports Time Zone Updates
Released: November 7, 2025
Improvements
- OHLC Price History: Updated Limitless and Polymarket price history endpoints to use OHLC (Open, High, Low, Close) format for better charting compatibility
- Dashboard Graph Fix: Fixed the usage statistics graph display on the dashboard
- PST Time Zone: All sports endpoints now consistently use PST (Pacific Standard Time) for game dates and start times
- Kalshi Resolution Criteria Updated: Fixed bug where Kalshi markets were not returning resolution criteria and rules
Updated Endpoints
GET /price-history: Now returns OHLC format for Limitless and Polymarket data
- Sports Endpoints:
/league-info, /list-games, and /games/{game_id} now display times in PST
Released: November 5, 2025
New Features
- Profile Endpoints: Access user profile information and trading metrics
GET /profile/info: Retrieve user profile data from Kalshi and Polymarket
GET /profile/trades: Get user trade history with pagination support
- Historical Trades Endpoint: Added
GET /trades to fetch historical trade data for Kalshi and Polymarket markets
- Changelog Page: Added a changelog page to track all API updates
Improvements
- Pagination Fixed: Standardized pagination across all endpoints with consistent cursor-based navigation
- Kalshi Market Filtering: Automatically filter out MVE markets from Kalshi results
- Volume & Liquidity Data: Restored volume and liquidity information for Kalshi markets
- Request Limits: Updated maximum limit to 25 items per request for markets, series, and events endpoints for better performance
Updated Endpoints
GET /markets: Max limit set to 25, improved Kalshi data quality
GET /events: Max limit set to 25, consistent pagination
GET /series: Max limit set to 25, consistent pagination
GET /trades: New endpoint for historical trade data (Kalshi & Polymarket)
Breaking Changes
- Maximum limit reduced from 100 to 25 for
/markets, /events, and /series endpoints
- Requests exceeding limit=25 will be capped at 25. This is a momentary change to make performance consistent.
v0.2.0 - Multi-League Sports Support
Released: October 28, 2025
New Features
- Multi-League Games Support: Extended sports endpoints to support NBA, NHL, and MLB in addition to NFL
- Enhanced Game ID Format: New format
{AwayTeam}v{HomeTeam}{YYYYMMDD}@{LEAGUE} (e.g., PHIvWAS20251028@NBA)
- Kalshi Spreads & Totals: Added support for moneyline, spread, and total markets on Kalshi platform
- Cross-League Game Discovery: List games across all 4 major US professional sports leagues
Updated Endpoints
GET /league-info: NBA, NHL, and MLB now show operational status with games support
GET /list-games: Added support for ?league=nba|nhl|mlb parameters
GET /games/{game_id}: Now accepts game IDs with league suffix and supports all 4 leagues
Breaking Changes
- None - All changes are backward compatible
- Old game IDs without league suffix continue to work
v0.1.0 - Beta Launch
Released: October 21, 2025
Initial Release
- Core API: Basic prediction market data aggregation across multiple platforms
- Sports Betting: NFL games support with moneyline markets
- Platform Support: Polymarket, Kalshi, ProphetX, Novig, and SX.bet integration
- Real-time Data: Live market prices and trading data
- Authentication: API key-based access control
Available Endpoints
GET /platforms: Platform information and health status
GET /league-info: NFL league and team information
GET /list-games: Available NFL games directory
GET /games/{game_id}: NFL game markets and odds
GET /list-awards: Available sports awards
GET /awards/{award_id}: Award odds and markets
GET /list-futures: Available futures markets
GET /futures/{future_id}: Futures odds and markets
GET /events: Real-time events across platforms
GET /markets: Real-time markets across platforms
GET /series: Real-time series across platforms
GET /price-history: Historical price data