User
This endpoint retrieves the current balance information of the authenticated user. The request requires a Bearer token in the header for authentication.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successfully retrieved user balance.
application/json
401
Unauthorized - Bearer token missing or invalid.
500
Internal server error.
get
/user/balanceLast updated