Bet

Response Bet

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

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

Take a look at the response body and header code

{
    "status": "success",
    "message": "OK",
    "data": {
        "betId": 'appId-channal-_id',
        "username": "user01",
        "currentMoney": 9999,
        "timestamp": "2019-12-11T19:57:28.431Z"
    }
}

Last updated