Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Get Wallet Balance

This allows you to get the available balance in your monnify wallet. 

Query param needed is the monnify wallet account number, available on https://app.monnify.com/disbursement 


This endpoint is protected with OAuth 2.0 Bearer Token

Sample Response

Get Wallet Balance Response
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "availableBalance": 378.93,
        "ledgerBalance": 378.93
    }
}



  • No labels