Skip to main content

Withdraw

This request is used to withdraw a given amount from a player's wallet

path/withdraw
methodPOST
headersx-api-key

Request

ParameterDescription
user_idString - Player's id on the operator's side
amountNumber - Amount to be withdrawed from the player's wallet
actionbet / rain / gift - Reason for amount withdrawion

Response

ParameterDescription
codeNumber - response status code
messageString - response explanation
dataObject
  • user_id - String player id
  • old balance - Number old player balance
  • new balance - Number new player balance