Balance check

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

Request Params:

Name TypeDescriptionMandatory(Yyes)/
Optional(O)
clientIdStringClient Id is provided in wowpe dashboard.Y
secretKeyStringsecretKey is provided in wowpe dashboard.Y

Request Sample:

{
  "clientId": "40c86a1c-XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "secretKey": "e91650d0-XXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

Response Param:

KeyTypeDescription
statusCodeString1: Success, 0 ; Failed
messageStringMessage
balanceIntWallet Amount

Language
Click Try It! to start a request and see the response here!