---
title: "Get earnings summary for an address"
method: GET
path: "/v1/earnings/{address}/summary"
tags: ["earnings"]
---

# Get earnings summary for an address

`GET /v1/earnings/{address}/summary`

Get earnings summary for a wallet address (public, no auth).

Returns the total earnings, tip count, and unique tipper count
for tips received by the specified address.

- `window` examples:
    - `24h`: earnings in the last 24 hours
    - `7d`: earnings in the last 7 days
    - `30d`: earnings in the last 30 days
    - `all`: lifetime earnings (default)

## Path parameters

- `address` string, required

## Query parameters

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

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