Skip to main content
GET
/
v1
/
api
/
users
/
wallet
Get wallet balance
curl --request GET \
  --url http://localhost:3091/v1/api/users/wallet \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123
}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Response

Wallet balance returned

balance
number