---
title: "Get current tipping pool (total balance across all accounts)"
method: GET
path: "/v1/leaderboard/pool/total"
tags: ["leaderboard"]
---

# Get current tipping pool (total balance across all accounts)

`GET /v1/leaderboard/pool/total`

Get the current "Tipping Pool" - sum of all cached account balances (public, no auth).

- Represents the total USDC currently held across all Grove CDP wallets.
- This is the "war chest" available for tipping right now.
- Balance is cached; actual on-chain balance may differ slightly.
- Filterable by token symbol (default USDC).

## Query parameters

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

## Response `200`

Successful Response

- TippingPoolResponse — Response model for the current tipping pool (sum of all cached balances).
  - `token` string, required
  - `total_balance` string, required
  - `account_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)
