---
title: "Get earnings summary aggregated across all linked wallets"
method: GET
path: "/v1/account/earnings/summary"
tags: ["account"]
---

# Get earnings summary aggregated across all linked wallets

`GET /v1/account/earnings/summary`

Get aggregated earnings summary for the authenticated account.

This aggregates tips received across ALL wallets linked to your account:
- Server wallet (Grove-managed, for sending tips)
- EOA wallet (user-controlled, for earning tips)
- Any external linked wallets (verified via signature)

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

- EarningsSummaryResponse — Response model for earnings summary by address.
  - `total_usd` string, required
  - `tip_count` integer, required
  - `unique_tipper_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/versions/f286b48a8105/schema)
