Get VTpass Wallet Balance
Using a GET method, your VTpass wallet balance can be retrieved using the end point below:
Live URL: https://vtpass.com/api/balance
Sandbox URL: https://sandbox.vtpass.com/api/balance
Authentication
Learn about authentication from here.
EXPECTED RESPONSE
{
"code":1,
"contents":{
"balance":1081.8199999998
}
}