The Accumulated endpoint allows Partners to retrieve the current accumulated jackpot amount for a specific BETCORE activity. This enables Partners to display up-to-date jackpot information to their users, promoting engagement and excitement.The main objectives of this method are:
Jackpot Data Retrieval: To provide Partners with access to real-time jackpot amounts.
Activity-Specific Jackpots: To allow Partners to retrieve the jackpot amount for a particular BETCORE activity using the activityId parameter.
Promotion and Engagement: To enable Partners to display compelling jackpot information to users, encouraging participation in BETCORE games.
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Query Params
activityId
integer
required
The ID of the activity for which the accumulated jackpot amount is requested.
Example:
435435
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://mock.apidog.com/m1/820627-0-default/tvbetapiproxy.top/partners/api/v1//jackpots/accumulated?activityId=435435'
Responses
🟢200Success
application/json
Body
Value
object
optional
Request result for the current jackpot accumulation.
id
number
required
The ID of the activity for which the accumulated jackpot amount is requested.