## Balance The Balance request is used for receiving the information about the player's balance. All currency communication between the Operator and RubyPlay is done in units of that particular currency. For example, if a user has a USD balance 500.45 in his wallet, then the balance field in the response body must be: ``` { ... "balance": 500.45 ... } ``` **API Call Sample:** **Request Schema:** **Response Schema:**