Ghostnipple Posted July 7, 2022 Posted July 7, 2022 does anyone know how to get the latest hash from crash via the bc.game api? or this something bc don't want players doing.
Achilles921 Posted November 2, 2022 Posted November 2, 2022 // game_id is current game id const res = await axios.get("https://bc.game/api/game/support/bet-log/all-bet/crash/" + game_id + "/") const response = JSON.parse(JSON.stringify(res.data)); let game_hash = response['data']['gb']['extend']['hash'] You can get game_hash until 2022.11.01 but now this api is not working... If anybody has answer about it, please share it for everyone
Gvardarion Posted November 2, 2022 Posted November 2, 2022 1 hour ago, Juancarlos1 said: Hola amigo gracias 6 hours ago, Imaginarius said: Omg boom bro that win is life changing money I hope u will invest in something not gamble all of it wish u all the best in life and big respect
Skele Posted November 3, 2022 Posted November 3, 2022 my question is why are you needing to get it from something standalone. If you wanted to use the dev console or inject javascript onto the page you can get all of the information easily for the last 2000 games crash.history[0].hash If you truely need that data else where just attach to the on game ended event, write your own webservice and shove the info into a db, or locally use just like sqlite or hell it takes less than a second to export it all as a .csv
Okvictor28 Posted April 24, 2023 Posted April 24, 2023 Can you correctly predict a games crash based on crash history. Or are we still under the mercy of random events
Recommended Posts
Archived
This topic is now archived and is closed to further replies.