Get player balance
Wuzzlo to Operator. Verify the Wuzzlo signature and return the current balance without mutation. Return exactly OP_SUCCESS for a valid user, OP_USER_NOT_FOUND for a missing user, or OP_INVALID_OPERATOR for an invalid operator.
Authentication
Signaturestring
Wuzzlo-to-Operator: Base64 RSA-SHA256 PKCS#1 v1.5 signature of the exact UTF-8 JSON body, verified with the Wuzzlo public key.
Request
This endpoint expects an object.
operatorId
token
Operator session token validated through /auth/login.
userId
Response
HTTP 200 wallet response. The body status MUST match exactly one documented scenario requirement; statuses are not interchangeable.
balance
Balance returned for this response scenario. Successful mutations return the calculated post-transaction balance; duplicate and rejected scenarios return the unchanged balance.
status
Exact business status required by the matched endpoint scenario. A different status is a contract failure even when the returned balance is correct.