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
Example response
{
"total_mentions": 18352,
"unique_tokens": 142,
"mentions_today": 287,
"unique_tokens_today": 35,
"supported_tokens": 500
}