A SHA256 HMAC signature generated using the request body and timestamp.
Format: HMAC_SHA256(JSON.stringify(data) + ’|’ + timestamp), signed using the
provided secret key.
The amount which has been awarded to player for this bonus. This amount should be less than or equals to bonusAmount.
To maintain precision and avoid floating-point errors, the rewardedAmount field is processed as an integer value by multiplying the actual amount by 100000.For example, a rewardedAmount of 12.34567 will be represented as 1234567 in the API.
Amount configure to be awarded to player for this bonus.
To maintain precision and avoid floating-point errors, the bonusAmount field is processed as an integer value by multiplying the actual amount by 100000.For example, a bonusAmount of 12.34567 will be represented as 1234567 in the API.