---
title: "List giveaway entries"
method: GET
path: "/v1/giveaway/{giveaway_id}/entries"
tags: ["giveaway"]
---

# List giveaway entries

`GET /v1/giveaway/{giveaway_id}/entries`

Get all entries aggregated by tipper account.

## Path parameters

- `giveaway_id` string, required — Giveaway ID

## Response `200`

Successful Response

- GiveawayEntriesResponse — Response for giveaway entries.
  - `giveaway_id` string, required
  - `entries` GiveawayEntryResponse[], required
    - `tipper_account_id` string, required
    - `earning_address` string, required
    - `handle` string, nullable
    - `ens_name` string, nullable
    - `base_name` string, nullable
    - `total_entries` integer, required
    - `tip_count` integer, required
    - `total_tipped_usd` string, required
    - `client_address` string, required
  - `summary` GiveawayEntriesSummary, required — Summary statistics for giveaway entries.
    - `total_entries` integer, required — Total number of entries
    - `unique_participants` integer, required — Number of unique participants

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/grove/apis/grove-api.md) · [All operations](https://skmtc.net/grove/apis/grove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grove/grove-api/revisions/f286b48a8105/schema)
