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

# Get daily earnings breakdown for an address

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

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

Returns one entry per day, ordered newest first. Days with zero earnings
are included for chart continuity.

- `days`: Number of days to return (default: 30)

## Path parameters

- `address` string, required

## Query parameters

- `days` integer — Number of days to return (default: 30). No maximum limit.

## Response `200`

Successful Response

- DailyEarningsResponse — Response model for daily earnings breakdown.
  - `entries` DailyEarningsEntry[], required
    - `date` string, required
    - `total_usd` string, required
    - `tip_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)
