Get raffle detail by event id
Last updated 1 year ago
https://api.newbitcoincity.com/api/alpha-keys/report/raffle/:event_id
*
raffle event id
Return raffle game data
let { data } = await axios.get ("https://api.newbitcoincity.com/api/alpha-keys/report/raffle/456"); console.log("game raffle detail",data)
event_id
456