Skip to main content
GET
/
cabinet
/
balance
Get Balance
curl --request GET \
  --url https://api.example.com/cabinet/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance_kopeks": 123,
  "balance_rubles": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

User balance data.

balance_kopeks
integer
required
balance_rubles
number
required