Get Raffle Detail
Get raffle detail by event id
https://api.newbitcoincity.com/api/alpha-keys/report/raffle/:event_id
Parameters
Name
Value
Required
Description
event_id
456
*
raffle event id
Sample code for getting data from this API.
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)
Last updated