---
title: "Get total tips across all accounts"
method: GET
path: "/v1/leaderboard/tips/total"
tags: ["leaderboard"]
---

# Get total tips across all accounts

`GET /v1/leaderboard/tips/total`

Get the aggregate total of all tips (public, no auth).

- Represents the total value tipped through Grove.
- Useful for public dashboards or transparency pages.
- Filterable by token symbol (default USDC).

## Query parameters

- `token` string — Token symbol to filter by.

## Response `200`

Successful Response

- TipsTotalResponse — Response model for aggregate tips total.
  - `token` string, required
  - `total_amount_usd` string, required
  - `total_amount_raw` string, required
  - `total_tip_count` integer, required
  - `unique_tipper_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/versions/f286b48a8105/schema)
