Daily Gold Giveaway
This is how you fetch the data for the Daily Gold Giveaway.
Call our API to fetch this data:
Replace {address}
with a wallet address. This address must be all lowercase.
The result you should get is
JSON result
has:
Each date that the user earned Gold (eg. 2024-09-11, this is the time that the lottery ran in UTC timezone)
gold
the user earned for the lottery for that day (eg. they bought a ticket from 9/10-9/11, lottery ran 9/11)user
returns number of tickets they boughttotal
is number of tickets bought by all users (if you want to calculate chance of them winning).
Last updated