π²Balance View
Use this endpoint to see the real-time view of a wallet balance.
get
This endpoint retrieves the balance for an authenticated user. The request requires an API token in the header.
Header parameters
AuthorizationstringRequiredExample:
API token for authentication
{"value":"Token your-token-here"}Responses
200
Balance retrieved successfully
application/json
404
Wallet not found or no transactions available
application/json
500
Internal server error while retrieving balance
application/json
get
/api/v1/balance/Last updated