BETCORE Aggregator
Provider IntegrationCasino Integration
Provider IntegrationCasino Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Jackpot
  • Getting Started
  • Integrate BETCORE Games (Casino)
    • Integrate BETCORE Gems (Casino)
    • WebFrame Connection
    • Aggregator API for Casino
      • Authentication
        • Verify
        • Jwks
        • Token
      • Payments
        • Accept
      • Cashback
        • Accept
    • Casino API for Aggregator
      • Users
        • Auth
        • Data
      • Payments
        • Info
        • Make
        • Make-list
        • Close
      • Cashback
        • Make
  • Integrate as Games Provider
    • Integrate as Games Provider
    • Provider API for Aggregator
      • Games
        • Games
        • Launch
    • Aggregator API for Provider
      • Get Balance
        • Balance
      • Bets
        • PayIn
        • PayOut
        • PayInOut
        • Refund
  • Feed
    • Feed Integration
    • REST API
      • Authorization
        • Token
      • Games
        • Info
        • Translations
      • Jackpot
        • Accumulated
          GET
    • Websocket
      • SubOnWholeGamesInfo
  • SubOnWholeGamesInfo
  1. Jackpot

Accumulated

GET
/tvbetapiproxy.top/partners/api/v1//jackpots/accumulated

Overview#

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.
amount
number 
required
Accumulated jackpot amount (rounded to 2 digits).
Message
string 
optional
Code description.
ErrorCode
string 
required
Error code of the response.
Example
{
    "value": {
        "id": 435435,
        "amount": 150000.5
    },
    "message": "OK",
    "errorCode": 200
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error
Previous
Translations
Next
Websocket
Built with