BETCORE Aggregator
Provider IntegrationCasino IntegrationFeed Integration
Provider IntegrationCasino IntegrationFeed Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  1. Jackpot
  • PLEASE READ: Getting Started
  • Integrate BETCORE Games
    • Integrate BETCORE Games
    • WebFrame Connection
    • BETCORE API
      • Authentication
        • Token
          POST
        • Verify
          POST
        • Jwks
          GET
      • Payments
        • Accept
          POST
      • Cashback
        • Accept
          POST
    • PARTNER API
      • Users
        • Auth
          POST
        • Data
          POST
      • Payments
        • Info
          POST
        • Make
          POST
        • Make-list
          POST
        • Close
          POST
      • Cashback
        • Make
          POST
  • Integrate YOUR Games
    • Integrate as Games Provider
    • PARTNER API
      • Games
        • Games
          GET
        • Launch
          POST
    • BETCORE API
      • Get Balance
        • Balance
          GET
      • Bets
        • PayIn
          POST
        • PayOut
          POST
        • PayInOut
          POST
        • Refund
          POST
  • Feed Integration
    • Feed Integration
    • REST API
      • Authorization
        • Token
          POST
      • Games
        • List
          GET
        • Info
          GET
        • Translations
          GET
      • Jackpot
        • Accumulated
          GET
    • Websocket
      • SubOnWholeGamesInfo
Provider IntegrationCasino IntegrationFeed Integration
Provider IntegrationCasino IntegrationFeed Integration
Visit Betcore website
Follow Betcore on Instagram
Follow Betcore on LinkedIn
Follow Betcore on Youtube
  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

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/tvbetapiproxy.top/partners/api/v1//jackpots/accumulated?activityId=435435' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "value": {
        "id": 435435,
        "amount": 150000.5
    },
    "message": "OK",
    "errorCode": 200
}
Previous
Translations
Next
Websocket
Built with