cURL
curl --request GET \ --url http://localhost:8080/api/wallet/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "balance": 123, "currency": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current balance details
Show child attributes