Health-Check
X/Twitter Service Health
Returns public health and freshness metadata for the X/Twitter stocks platform.
Use it to check service availability, ingestion freshness and worker liveness. Client integrations usually start with /trending, /stock/{ticker} or /search.
get/x/stocks/v1/health
Response
Successful Response
Example response
{
"status": "healthy",
"service": "x-stocks",
"version": "1.49.0",
"total_mentions": 15420,
"tickers_tracked": 247,
"scheduler": {
"running": true,
"last_scrape": "2025-12-31T06:00:00Z",
"scrape_count": 42,
"error_count": 2,
"success_rate": 0.95
}
}