Skip to main content
POST
Get Users Balance

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Body

application/json

AdminGetUsersBalanceRequest is the request for user balances.

userId
string

The unique ID of the operator user.

targetUserIds
string[]

The unique IDs of the target users.

Response

A successful response.

AdminGetUsersBalanceResponse is the response for user balances.

balances
object[]

The users' current balances.