Get started
The Cashout API provides betting functionality for the GR8 platform, enabling you to manage cashout operations. This API is designed for client-side applications.
Core Cashout Operations¶
Calculate cashout amount¶
Determine the potential cashout value for specific bet IDs:
- Get cashout amount - Get cashout amount for player bets
Perform cashout¶
Endpoint for perform cashout or partial cashout:
- Perform cashout - Perform cashout for specified bet
- Perform partial cashout - Perform partial cashout for specified bet
Integration Resources¶
Authentication¶
All Bets API endpoints require authentication. Refer to the main GR8 API authentication guide for details on:
- API Key Authentication
- Session management
- Access token handling
Best Practices¶
Error Handling¶
- Implement proper retry logic for network failures
- Check bet status after cashout performing to ensure successful processing
- Handle insufficient balance and betting limit errors gracefully
Performance¶
- Implement proper caching for frequently accessed betting data
- Monitor API rate limits and implement appropriate throttling