Fetch Balance

A balance check API provides real-time account balance information.

Request Params:

Name TypeDescriptionMandatory(Yyes)/
Optional(O)
Client IDStringClient ID is provided
by API panel
Y
Secret KeyStringSecret Key is
provided in api
panel
Y

Request Sample:

{  
"clientId": "2898bXXXXXX-425b-ac07-8XXXXXXX3",  
"secretKey": "e6fXXXf-62a9XXX-ab10-5XXXX8f9708"

}

Response Param:

KeyTypeDescription
Status CodeString1 = Success
MessageStringMessage
BalanceIntWallet Amount
Language
Click Try It! to start a request and see the response here!