Balance

Response Balance

POST : {OPERATOR-API-Domain}/v1/seamless/balance

x-ez-seamless-hash: {md5(BODY+API_SECRETE_KEY)}

Take a look at the response body and header code

{
    "status": "success",
    "message": "OK",
    "data": {
        "username": "user001",
        "currentMoney": 20000,
        "timestamp": "2019-12-11T19:57:28.431Z"
    }
}

Last updated