---
title: "Reddit Crypto Service Health"
method: GET
path: "/reddit/crypto/v1/health"
tags: ["Health-Check"]
---

# Reddit Crypto Service Health

`GET /reddit/crypto/v1/health`

Returns public health and freshness metadata for the Reddit crypto platform.

Use it to check service availability, ingestion freshness and worker liveness.
Client integrations usually start with `/trending`, `/token/{symbol}` or `/search`.

## Response `200`

Successful Response

- CryptoHealthResponse — Health response for Reddit Crypto service.
  - `status` string, required
  - `service` string, nullable
  - `version` string, nullable
  - `total_mentions` integer — Mentions observed in the most recent scrape cycle; returns 0 when scrape telemetry is unavailable.
  - `tokens_tracked` integer — Distinct symbols observed in the most recent scrape cycle; returns 0 when scrape telemetry is unavailable.
  - `scheduler` CryptoSchedulerStatus — Crypto worker heartbeat status.
    - `running` boolean, required — Whether worker heartbeat is fresh
    - `last_scrape` string, nullable — Last scrape timestamp
    - `scrape_count` integer — Total scrapes
    - `error_count` integer — Total failed scrapes
    - `success_rate` number, nullable — Success ratio
    - `timed_out_scrape_threads` integer — Timed-out Tor scrape attempts observed since the last successful reset.
    - `note` string, nullable — Additional status information
  - `error` string, nullable

---

[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)
