Skip to content

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_balance field from standard withdraw/deposit responses (simplification).
  • Launch API:
    • Updated required and optional parameters (added portalMode, skinId, etc.).
    • Removed operatorId from request (now inferred from X-Public-Key).
    • Renamed device to platform in the constructed launch_url.
    • Explicitly documented required headers (X-Public-Key, User-Agent).
  • 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, BALANCE and AUTH endpoints.
    • Currency: All amounts are defined in millis (1/1000th unit).
    • Security: HMAC SHA256 signature validation with X-Public-Key.
  • 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.