---
title: "Get tipping (sent) summary"
method: GET
path: "/v1/account/tipping/summary"
tags: ["account"]
---

# Get tipping (sent) summary

`GET /v1/account/tipping/summary`

Get aggregated tipping summary for the authenticated account — total tips **sent**.

Mirror of `/account/earnings/summary` but for the sending side.

Use `window` to filter by time period:
- `24h`: Last 24 hours
- `7d`: Last 7 days
- `30d`: Last 30 days
- `all`: All time (default)

Authentication: `Authorization: Bearer <CLIENT_JWT>`

## Query parameters

- `window` string — Time window: '24h', '7d', '30d', or 'all' (lifetime).

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Response `200`

Successful Response

- TippingSummaryResponse — Response model for tipping (sent) summary.
  - `total_usd` string, required
  - `tip_count` integer, required
  - `unique_recipient_count` integer, required

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