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

# Get giveaway details

`GET /v1/giveaway/{giveaway_id}`

Get giveaway details including entry statistics.

## Path parameters

- `giveaway_id` string, required — Giveaway ID

## Response `200`

Successful Response

- GiveawayWithStatsResponse — Response for giveaway with stats.
  - `giveaway` GiveawayResponse, required — Response for giveaway details.
    - `id` string, required
    - `creator_account_id` string, required
    - `earning_address` string, nullable
    - `creator_handle` string, nullable
    - `creator_ens_name` string, nullable
    - `creator_base_name` string, nullable
    - `title` string, required
    - `description` string, required
    - `minimum_tip_usd` string, required
    - `allow_multiple_entries` boolean, required
    - `num_winners` integer, required
    - `selection_mode` string, required
    - `network` string, required
    - `token_symbol` string, required
    - `start_at` string, date-time, required
    - `end_at` string, date-time, required
    - `status` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `drawn_at` string, date-time, nullable
    - `is_winner` boolean, nullable
    - `stats` GiveawayStatsResponse — Statistics for a giveaway.
      - `total_entries` integer, required — Total number of entries across all participants
      - `unique_participants` integer, required — Number of unique tippers who entered
      - `total_tips_usd` string, required — Total USD value of tips that created entries
    - `creator_address` string, nullable, required
  - `stats` GiveawayStatsResponse, required — Statistics for a giveaway.
    - `total_entries` integer, required — Total number of entries across all participants
    - `unique_participants` integer, required — Number of unique tippers who entered
    - `total_tips_usd` string, required — Total USD value of tips that created entries

## 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)
