/accounts/:id/balance

Retrieve account balance of a specific bank account

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response schema:

{
    "status": boolean,
    "message": string,
    "data": {
        "availableBalance": string,
        "ledgerBalance": string,
        "currency": string,
    }
}
Path Params
string
required

Your 36-character account uuid.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json