Changelog
All notable changes to StakeAPI are documented here.
💡 Don't have a Stake.com account yet? Sign up here to get started and unlock all API features.
This project follows Semantic Versioning.
[0.1.0] — 2026-03-31
🎉 Initial Release
The first public release of StakeAPI — the most comprehensive Python wrapper for the Stake.com API.
Added
- Core Client (
StakeAPI)- Async context manager support
- Automatic session and header management
- Configurable timeout and rate limiting
- GraphQL and REST API support
- Authentication (
AuthManager)- Access token authentication
- Session cookie support
- Token expiration tracking
- cURL command credential extraction
- Casino API
get_casino_games()— Browse all games with category filteringget_game_details()— Get detailed game information
- Sports API
get_sports_events()— Browse events with sport filtering- Live event detection
- User API
get_user_profile()— User profile informationget_user_balance()— Multi-currency balance (available + vault)
- Betting API
place_bet()— Place bets programmaticallyget_bet_history()— Retrieve bet history with pagination
- GraphQL Support
- Pre-built queries for common operations
- Custom query support with variables
- Cursor-based pagination
- Data Models (Pydantic)
User— User profile modelGame— Casino game modelSportEvent— Sports event modelBet— Bet modelTransaction— Transaction modelStatistics— Aggregated statistics model
- Exception Hierarchy
StakeAPIError— Base exceptionAuthenticationError— Auth failuresRateLimitError— Rate limitingValidationError— Input validationNetworkError— Connection issuesGameNotFoundError— Missing gamesInsufficientFundsError— Insufficient balance
- Utilities
- API key validation
- Safe decimal conversion
- Datetime parsing
- Currency formatting
- Win rate calculation
- Bet amount validation
- Game name sanitization
- Documentation
- Complete API reference
- Getting started guides
- Code examples
- GitHub Pages integration
Upcoming
Planned for v0.2.0
- WebSocket real-time data streaming
- Chat message support
- VIP level tracking
- Promotions and rakeback API
- Data export utilities
- CLI tool for common operations
Planned for v0.3.0
- Multi-account support
- Proxy rotation
- Database integration helpers
- Discord/Telegram bot templates
- Advanced analytics dashboard
Stay updated and be the first to try new features. Sign up on Stake.com and start building with StakeAPI today!
💬 Join the StakeAPI Community on Discord
Get help, share your projects, discuss strategies, and stay up to date with the latest StakeAPI news.
Join Our Discord Server →