Skip to content

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:

Perform cashout

Endpoint for perform cashout or partial cashout:

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