πŸ’²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
AuthorizationstringRequired

API token for authentication

Example: {"value":"Token your-token-here"}
Responses
chevron-right
200

Balance retrieved successfully

application/json
balancenumber Β· floatOptional

Available balance in the user's wallet

Example: 18954.55
last_updated_timestringOptional

Last update datetime

Example: 2025-05-15T16:25:00+02:00
opening_balancenumber Β· floatOptional

Balance in the user's wallet upto 7AM

Example: 20876.29
get
/api/v1/balance/

Last updated