---
title: "GET /wallet/{wallet}/prizes"
method: GET
path: "/wallet/{wallet}/prizes"
tags: ["prizes"]
---

# GET /wallet/{wallet}/prizes

`GET /wallet/{wallet}/prizes`

Gets all claimed prizes for a wallet. Public endpoint - no authentication required. Excludes sensitive action_data for security.

## Path parameters

- `wallet` string, required

## Response `200`

Success

- ClaimedPrizesResponse
  - `data` ClaimedPrize[], required — List of claimed prizes for the wallet (action_data excluded for security)
    - `id` integer, required — The unique identifier of the claimed prize record
    - `wallet` string, required — The wallet address that claimed the prize
    - `signature` string, required — The transaction signature used to claim the prize
    - `mint` string, required — The coin mint address used for the claim
    - `amount` integer, required — The amount paid to claim the prize (in smallest unit, e.g., lamports)
    - `prize_id` string, required — The unique identifier of the prize won
    - `prize_name` string, required — The name of the prize won
    - `prize_type` string — The type of prize (e.g., "coin_airdrop", "download")
    - `created_at` string, date-time, required — When the prize was claimed

## Other responses

- `400` — Bad request - Missing wallet parameter
- `500` — Server error

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
