Get List Spin Wheel
Get list game spin wheel by filter
https://api.newbitcoincity.com/api/alpha-keys/report/spin-wheel/listParameters
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 spin wheel list data
let { data } = await axios.get
("https://api.newbitcoincity.com/api/alpha-keys/report/spin-wheel/list");
console.log("spin wheel list",data)Last updated