Get List Raffle

Get list game raffle by filter

https://api.newbitcoincity.com/api/alpha-keys/report/raffle/list

Parameters

Name
Value
Required
Description

player_address

0x848f0dccf5cc9810d262a61d41276dfbaa98d34c

Address user

network

nos

chain network

status

done, refunded, expired, running

game status

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/list");
 console.log("list game raffle",data)

Last updated