Get Account Balance
Endpoint
GET {{}}/v1/accounts/<account_id>/balance
Description
This endpoint retrieves the current balance of a specified account.
URL Parameters
account_id (string): The ID of the account you want to retrieve.
Response
On success, the API will return a JSON object containing the status of a single transaction.
{
"status": true,
"message": "Account balance fetched",
"data": 0,
"code": 200
}
Last updated