// 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