---
title: "Get current jackpot"
method: GET
path: "/api/lottery/jackpot"
tags: ["Lottery"]
---

# Get current jackpot

`GET /api/lottery/jackpot`

Returns the live jackpot amount for the selected lottery game. No auth required. Cached for 60 seconds. Supports ?chain=polygon or ?chain=base. Alias of /api/jackpot.php for clients that prefer the /api/lottery namespace.

## Query parameters

- `chain` 'polygon' | 'base'

## Response `200`

Current jackpot amount

- object
  - `jackpot_pol` number — Jackpot amount in the selected chain currency
  - `jackpot_wei` string — Jackpot amount in wei (string to preserve precision)
  - `contract` string — Smart contract address
  - `status` 'ok' | 'error'

---

[API](https://skmtc.net/blocklottos/apis/block-lottos-api.md) · [All operations](https://skmtc.net/blocklottos/apis/block-lottos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blocklottos/block-lottos-api/versions/43ed97cec4a5/schema)
