---
title: "Get account statistics for the platform"
method: GET
path: "/v1/leaderboard/accounts/stats"
tags: ["leaderboard"]
---

# Get account statistics for the platform

`GET /v1/leaderboard/accounts/stats`

Get account statistics for the Grove platform (public, no auth).

- `total_accounts`: All non-deleted accounts ever created.
- `total_referred`: Subset of accounts that were referred by another user.
- Useful for public dashboards or transparency pages.

## Response `200`

Successful Response

- AccountsStatsResponse — Response model for platform account statistics (public).
  - `total_accounts` integer, required
  - `total_referred` integer, required

---

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