Skip to main content

Changelog

History of API changes across versions.


1.3.2

  • Added CANCEL_REQUIRED error code to /transaction method

1.3.1

  • Added sessionId field to /authenticate request

1.3.0

  • Added sessionId field to /balance, /transaction and /cancel requests
  • Added game field to /cancel request
  • Added originalSessionId to /cancel request
  • Added new /payout method to Wallet API section
  • Added new /game-list method to Extra API section

1.2.0

  • Changed campaign type from "free_round" to "freeBets" in /transaction campaign object
  • Added finished field to campaign object in /transaction request
  • Renamed endpoint /free-rounds/create/free-bets/create
  • Renamed freeRoundsIdcampaignId in /free-bets/create response
  • Renamed endpoint /free-rounds/cancel/free-bets/cancel
  • Renamed freeRoundsIdcampaignId in /free-bets/cancel request
  • Renamed error code FREE_ROUND_NOT_FOUNDFREE_BETS_NOT_FOUND

1.1.0

  • Removed channel field from /authenticate request
  • Changed games (array of strings) → game (string) in /free-bets/create request
  • Added new /game-bets endpoint

1.0.0

  • Initial version of document