---
title: "Get wallet tickets for the active draw"
method: GET
path: "/api/lottery/tickets/{wallet}"
tags: ["Lottery"]
---

# Get wallet tickets for the active draw

`GET /api/lottery/tickets/{wallet}`

Returns tickets purchased by a wallet for the active draw on Polygon or Base.

## Path parameters

- `wallet` string, required

## Query parameters

- `chain` 'polygon' | 'base'

## Response `200`

Wallet ticket list

## Other responses

- `400` — Invalid wallet
- `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/versions/43ed97cec4a5/schema)
