Get current utilization for all GPUs
The latest utilization reading for every tracked GPU in one call, with the 7- and 30-day means behind it. Takes no parameters.
Use this for a cross-section across GPUs. For one GPU’s series over time,
use /api/gpu/{gpuName}/volume-metrics.
utilization_ratio is the share of tracked capacity rented, between 0 and 1,
and is bounded to the last 48 hours: a GPU whose feed has stopped returns
null rather than a stale figure. avg_7d and avg_30d are explicitly
windowed and still populate in that case. A GPU with no readings at all in
the 30-day window is absent from data rather than present with nulls.
Pinned to region: "global".
Overview
The latest utilization reading for every tracked GPU in one call, with the 7- and 30-day means behind it. Takes no parameters. Use this for a cross-section across GPUs. For one GPU’s series over time, use Get market utilization.Reading the response
utilization_ratio is the share of tracked capacity rented, between 0 and 1, and is
bounded to the last 48 hours — a GPU whose feed has stopped returns null rather than
a stale figure. avg_7d and avg_30d are explicitly windowed and still populate in
that case, so neither can be misread as current.
A GPU with no readings at all in the 30-day window is absent from data rather than
present with nulls.
Results are pinned to region: "global".Authorizations
API key passed as a Bearer token. Create one in the dashboard.
Response
Latest utilization per GPU.

