REPPO_STATS_API_KEY).
Get network stats (public)
This endpoint is currently available without authentication. Use the protected
GET /stats/summary endpoint for production integrations where you need a stable, authenticated version of these metrics. Response values in examples below are illustrative — live values will differ.200
Response fields
Total number of pods minted across all datanets.
Number of currently active datanets.
Cumulative subnet fees collected across the protocol, in REPPO.
Portion of collected subnet fees that have been burned.
Portion of collected fees directed to the performance reward pool.
Portion of collected fees that have been locked.
Duration of a single epoch in seconds.
Total REPPO locked by governance participants.
Total REPPO locked by community participants.
ISO 8601 timestamp of the last stats update.
Current REPPO token price in USD.
Total REPPO locked across all lock positions protocol-wide.
Total number of registered users on the platform.
Total number of active veREPPO lock positions.
Average REPPO locked per user across all lock holders.
Array of objects, each containing an
id string for each active datanet.Example
Get network stats (protected)
GET /stats but requires authentication. Use this endpoint in production integrations where you need a stable, auth-gated version of the metrics.
Auth: Stats bearer token (REPPO_STATS_API_KEY)
GET /stats.
Get datanet stats
REPPO_STATS_API_KEY)
Path parameters
The internal ID of the datanet.
200
Response fields
Internal datanet ID.
On-chain token ID for this datanet.
Display name of the datanet.
Description of the datanet’s focus.
Total weighted up-vote volume accumulated across all pods and epochs in this datanet.
Total weighted down-vote volume accumulated across all pods and epochs in this datanet.
ISO 8601 timestamp of when the datanet was created.
REPPO emitted to curators per epoch.
Primary token emitted to curators per epoch.
Ticker symbol of the primary token.
Number of currently active pods in this datanet.
Total number of user access events recorded for this datanet.
Amount of REPPO seeded into this datanet by its owner.
Current pod publishing fee in REPPO.
Estimated cumulative USD value of all publishing fees collected, based on current REPPO price.
Current access fee in REPPO.
Estimated cumulative USD value of all access fees collected, based on current REPPO price.