Check Balance

POST

api/v2/check_balance



Parameters that need to be pass for the request.

Parameters Type Required Description
project_id string yes Project ID
token string yes Token details view Encryption & Decryption

Parameters

  • project_id: 1 (string, required) - Project ID
  • token: 9BC97D2BCC7990F84F05202205E53D14 (string, required) - Token


Response 200 (application/json)

  
            {
                "status": 0,
                "ret_msg": "success",
                "data": {
                    "available_balance":"4,000.00"  // for transfer balance to other account
                    "balance":"-1,007,501.00",
                    "currency_short_code":"VND",
                    "token":"AED4B8A0FDB136D17A014FE190DAD4B4",
                }
            }