---
title: "Get lottery draw history"
method: GET
path: "/api/lottery/draw-history"
tags: ["Lottery"]
---

# Get lottery draw history

`GET /api/lottery/draw-history`

Returns recent completed on-chain draw results from Polygon or Base. If no on-chain draw has completed yet, returns published public draw results from the website result JSON files.

## Query parameters

- `chain` 'polygon' | 'base'
- `draw_id` integer
- `limit` integer

## Response `200`

Draw history or published public draw results

## Other responses

- `503` — RPC unavailable

---

[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/revisions/43ed97cec4a5/schema)
