Get GPU Supply and Pricing History
Returns time-series supply/demand, pricing percentiles, and performance stats for one or more GPU types over a specified time range.
Authorizations
API key must be provided in the Authorization header
Query Parameters
Comma-separated GPU names (e.g. "RTX 4090, H100_SXM") or "all". Defaults to RTX 5090, 4090, and 3090.
"RTX 4090"
Filter by verification status
yes, no, all Filter by hosting type
all, secure_cloud, community GPU count bucket or "all"
Unix timestamp for range start
Unix timestamp for range end
Seconds between data points (e.g. 3600 for hourly)
Response
Success. Returns {success: true, gpus: {<gpu_name>: {supply_demand: {timestamps, rented_verified, avail_verified, rented_unverified, avail_unverified, total}, pricing: {timestamps, rented_p10, rented_median, rented_p90, avail_p10, avail_median, avail_p90}, stats: {tflops, dlperf, tflops_per_dollar, dlperf_per_dollar}}}}. Returns needs_machine: true with empty gpus if host has no active machines.