Version History
This document tracks all versions of the Game Provider Integration API.
| Version | Date | Type | Description |
|---|---|---|---|
| 1.1.0 | 2024-12-24 | Update | Removed old_balance and updated Launch API docs. |
| 1.0.0 | 2024-12-11 | Release | Initial launch of Game Provider Platform. |
1.1.0 – Wallet & Launch Update
Date: 2024-12-24
Changes
- Wallet API:
- Removed
old_balancefield from standard withdraw/deposit responses (simplification).
- Removed
- Launch API:
- Updated required and optional parameters (added
portalMode,skinId, etc.). - Removed
operatorIdfrom request (now inferred fromX-Public-Key). - Renamed
devicetoplatformin the constructedlaunch_url. - Explicitly documented required headers (
X-Public-Key,User-Agent).
- Updated required and optional parameters (added
- Fixes:
- Cleaned up redundant diagrams in the overview.
1.0.0 – Initial Release
Date: 2024-12-11
Features
- Platform: Rebrand to Game Provider Integration.
- Game Launch: Added support for Chicken Race.
- Wallet API:
- Standardized
BET,WIN,BALANCEandAUTHendpoints. - Currency: All amounts are defined in millis (1/1000th unit).
- Security: HMAC SHA256 signature validation with
X-Public-Key.
- Standardized
- Gift API:
- New Inbound API for granting and canceling Free Bets.
- Documentation:
- Added multi-language code samples for signature handling.
- Added best-practice guidelines for Idempotency.