This API is is a secure endpoint that enables authorized clients to retrieve information about their account balance or wallet balance. This API is particularly useful for applications that require real-time access to financial data, allowing clients to check their available funds. To access this API, clients must provide a valid access token in the request header for authentication and authorization.
Note:
Method: POST
URL/Path: baseurl/account/get/balance/api/
E.g.: budgetree.in/rest/v3/orders
Request Header:
Content-Type | application/json |
Accept | */* |
application/json | Authorization: Bearer [Your Authorization Token] |
Sample Response 200
balance: 9960
Sample Response 400
"No token provided"
Sample Response 498
"Invalid token"
Status Code | Description |
---|---|
400 | Bad Request |
498 | Unknown Status Code |
Last updated on: