Jump to content

How can I capture the crash's events from the console?


Money_Magnet
 Share

Recommended Posts

crash._events.betEnd
crash._events.betStart
crash._events.escape
crash._events.escapeSuccess
crash._events.game_end
crash._events.game_prepare
crash._events.game_progress
crash._events.player_change


crash._events.game_end.push(function(e) {
console.log(e);
})


returns:

{
    "gameId": 5527938,
    "hash": "75571fb16cc6e0f185233fae2d843a314a2091a7d8dd0ec45332f7758d20299b",
    "odds": 6.63,
    "crash": 663,
    "wager": 0,
    "cashedAt": 0
}

Link to comment
Share on other sites

You need to be a member in order to leave a comment

Sign up for a new account in our community. It's easy!

Register a new account

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...