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.
get/api/stats.php
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
}