π²Balance View
get
Header parameters
AuthorizationstringRequiredExample:
API token for authentication
{"value":"Token your-token-here"}Responses
200
Balance retrieved successfully
application/json
balancenumber Β· floatOptionalExample:
Available balance in the user's wallet
18954.55last_updated_timestringOptionalExample:
Last update datetime
2025-05-15T16:25:00+02:00opening_balancenumber Β· floatOptionalExample:
Balance in the user's wallet upto 7AM
20876.29404
Wallet not found or no transactions available
application/json
500
Internal server error while retrieving balance
application/json
get
/api/v1/balance/Last updated