Balance

This method is called by THNDR to initialise or refresh the balance of a player in a game.

Endpoint

GET {operatorURL}/thndr/users/{userId}/balance

Path Parameters

  • operatorURL - Base URL of the Operator’s API.

  • userId - Player identifier on the Operator’s platform.

Expected Response

{
    "balance": 12050
}
  • balance - Balance in cents (e.g., 12050 = $120.50).

Signature Verification

Verify the request signature using userId as the request payload. More in the Request Signing section.

Last updated