Get Wallet Balance
Use this endpoint to retrieve the balance of your wallet.
Last updated
Use this endpoint to retrieve the balance of your wallet.
Last updated
{
"statusCode": 400,
"reason": "VALIDATION_ERROR",
"details": {
"accountNo": "\"accountNo\" is required"
},
"message": "{\"accountNo\":\"\\\"accountNo\\\" is required\"}"
}{
"statusCode": 404,
"reason": "NOT_FOUND",
"details": {}
}{
"statusCode": 401,
"reason": "INVALID_CREDENTIALS",
"details": {}
}{
"statusCode": 500,
"reason": "SERVER_ERROR"
}