---
title: "Service statistics"
method: GET
path: "/reddit/crypto/v1/stats"
tags: ["Reddit Crypto"]
---

# Service statistics

`GET /reddit/crypto/v1/stats`

Returns high-level Reddit Crypto dataset coverage metrics.

Includes:
- total mention rows stored
- number of distinct tracked symbols with data, exposed as `unique_tokens`
- today's UTC mention and distinct symbol counts, exposed as `unique_tokens_today`
- total supported symbols available to the search/detector layer, exposed as `supported_tokens`

## Response `200`

Successful Response

- CryptoStatsResponse — High-level crypto dataset statistics.
  - `total_mentions` integer, required — Rollup-backed all-time Reddit Crypto mention total; current-day raw rows may be used only as a bounded freshness fallback
  - `unique_tokens` integer, required
  - `mentions_today` integer
  - `unique_tokens_today` integer
  - `supported_tokens` integer, required

## Other responses

- `401` — Authentication failed
- `429` — Rate limit exceeded
- `503` — Database temporarily unavailable
- `504` — Analytics request deadline exceeded

---

[API](https://skmtc.net/adanos/apis/adanos-market-sentiment-api.md) · [All operations](https://skmtc.net/adanos/apis/adanos-market-sentiment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adanos/adanos-market-sentiment-api/revisions/351caf64ba81/schema)
