---
title: "Get active giveaways for a profile"
method: GET
path: "/v1/profiles/{handle}/giveaways"
tags: ["profiles"]
---

# Get active giveaways for a profile

`GET /v1/profiles/{handle}/giveaways`

Returns currently active giveaways created by this user.

## Path parameters

- `handle` string, required — User handle (case-insensitive)

## Response `200`

Successful Response

- ProfileGiveawaysResponse — Response model for GET /v1/profiles/{handle}/giveaways.
  - `giveaways` ProfileGiveaway[] — Active giveaways
    - `id` string, required — Giveaway ID
    - `title` string, required — Giveaway title
    - `description` string, required — Giveaway description
    - `minimum_tip_usd` string, required — Minimum tip to enter
    - `num_winners` integer, required — Number of winners to be drawn
    - `ends_at` string, required — End timestamp (ISO 8601)
    - `entry_count` integer — Total entries so far
    - `unique_participants` integer — Number of unique tippers who entered
    - `total_tips_usd` string — Total USD tipped into this giveaway
    - `status` string, required — Giveaway status (active)

## Other responses

- `404` — Profile not found or private
- `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/versions/f286b48a8105/schema)
