GET /v1/stats
Returns aggregate platform statistics for all currently connected providers, including hardware totals, token counts, and a 30-minute time series. Cached for 60 seconds.Response
integer
Cumulative number of inference requests served across the network lifetime.
integer
Cumulative input tokens consumed across all requests.
integer
Cumulative output tokens generated across all requests.
integer
Sum of prompt and completion tokens.
number
Average token count per request.
integer
Number of providers currently connected.
integer
Total GPU cores across all connected providers.
integer
Total CPU cores across all connected providers.
integer
Total unified memory in GB across all connected providers.
number
Total memory bandwidth in GB/s across all connected providers.
object[]
Array of per-provider hardware and stats snapshots.
object[]
Aggregated per-model provider counts.
object[]
Per-minute request and token counts for the last 30 minutes.
GET /v1/leaderboard
Returns the top providers ranked by earnings, tokens generated, or jobs completed. Provider identities are pseudonymized — raw account IDs are never exposed. Cached for 5 minutes.Query parameters
string
default:"earnings"
The ranking metric. One of
"earnings", "tokens", or "jobs".string
default:"all"
The time window for rankings. One of
"24h", "7d", "30d", or "all".integer
default:"50"
Maximum number of entries to return. Between 1 and 200.
Response
string
The metric used for ranking.
string
The time window used.
object[]
Ranked list of providers.
string
ISO 8601 timestamp of when this response was generated.
GET /v1/network/totals
Returns aggregate network metrics (earnings, tokens, jobs, active accounts) for a given time window. Cached for 1 minute.Query parameters
string
default:"all"
The time window. One of
"24h", "7d", "30d", or "all".Response
string
The time window used.
integer
Total provider earnings in micro-USD for the window.
integer
Total tokens generated for the window.
integer
Total inference jobs completed for the window.
integer
Number of distinct accounts active in the window.
string
ISO 8601 timestamp of when this response was generated.

