Lottery
Get site stats
Returns live stats for the selected lottery game, including draw number, jackpot, and next draw timestamp. Supports ?chain=polygon or ?chain=base. Alias of /api/stats.php for clients that prefer the /api/lottery namespace.
get/api/lottery/stats
Query parameters
chain'polygon' | 'base'
Lottery chain to query. Use polygon for Polygon Fortune Ledger or base for Base Future Ledger.
Response
Site statistics
Example response
{
"draw_number": 8,
"jackpot_pol": 142.5,
"next_draw_timestamp": 1745589600
}