v1

latestOpenAPI 3.1.0MIT2026-08-0453113564.4 KB
Reddit Crypto

Service statistics

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
get/reddit/crypto/v1/stats

Response

Successful Response

total_mentionsinteger required

Rollup-backed all-time Reddit Crypto mention total; current-day raw rows may be used only as a bounded freshness fallback

unique_tokensinteger required
mentions_todayinteger
unique_tokens_todayinteger
supported_tokensinteger required

Example response

{
  "total_mentions": 18352,
  "unique_tokens": 142,
  "mentions_today": 287,
  "unique_tokens_today": 35,
  "supported_tokens": 500
}