v1

latestOpenAPI 3.1.0Public2026-07-1316041.2 KB
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

jackpot_polnumber

Jackpot amount in the selected chain currency

jackpot_weistring

Jackpot amount in wei (string to preserve precision)

contractstring

Smart contract address

status'ok' | 'error'

Example response

{
  "jackpot_pol": 142.5,
  "jackpot_wei": "142500000000000000000",
  "contract": "0x07F62Ff6697eD9b475FEed9dc90a5A157936839c"
}
All 16 operations