> ## Documentation Index
> Fetch the complete documentation index at: https://docs.donate.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Users

> Public user receiver stats

<Badge icon="globe" color="gray" shape="pill">
  Public (API key optional)
</Badge>

## Get user receiver stats

`GET /users/{userId}/receiver-stats`

Returns aggregate donation receiver stats for a user (amounts as decimal strings, dates as ISO-8601).

```bash theme={null}
curl "https://www.donate.gg/api/v1/users/{userId}/receiver-stats"
```

**Path parameters**

| Parameter | Description |
| --------- | ----------- |
| `userId`  | User id     |

**Response fields** include `pendingUsdE6`, `finalizedUsdE6`, `displayedUsdE6`, counts, `firstDonationAt` / `lastDonationAt`, and `uniqueSenderWallets`.
