Lottery
Get current jackpot
Returns the live jackpot amount for the selected lottery game. No auth required. Cached for 60 seconds. Supports ?chain=polygon or ?chain=base.
get/api/jackpot.php
Query parameters
chain'polygon' | 'base'
Lottery chain to query. Use polygon for Polygon Fortune Ledger or base for Base Future Ledger.
Response
Current jackpot amount
Example response
{
"jackpot_pol": 142.5,
"jackpot_wei": "142500000000000000000",
"contract": "0x07F62Ff6697eD9b475FEed9dc90a5A157936839c"
}