Transaction Aggregates: Blends
Returns privacy-safe blends of settled GPU transactions, paginated. Each row is a volume-weighted blend of settled transactions from the same (GPU model, region group, contract type, reserved tenor) bucket, adjacent by date. Only the volume-weighted price is published (no median/min/max), and rows are NOT additive: neighbouring rows can share underlying transactions, so never SUM total_gpu_count / total_gpu_hours across rows.
total_gpu_count / total_gpu_hours across rows.Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (starts at 1)
x >= 1Items per page (max 1000)
1 <= x <= 1000Filter by GPU model (comma-separated). Example: H100,H200
Filter by GPU canonical name (comma-separated). Example: nvidia-h100-sxm5-80gb
Filter by region group (comma-separated). Options: us, eu, apac, other
Filter by contract type (comma-separated). Options: ondemand, spot, reserved
Include transactions on/after this date (YYYY-MM-DD)
Include transactions on/before this date (YYYY-MM-DD)
Filter txn rows by GPU quantity (pre-aggregation)
Filter txn rows by GPU quantity (pre-aggregation)
Filter txn rows by commitment days (pre-aggregation)
Filter txn rows by commitment days (pre-aggregation)
Filter aggregate rows by volume-weighted discount percentage (post-aggregation)
Filter aggregate rows by volume-weighted discount percentage (post-aggregation)
Filter aggregate rows by reference_price - price (post-aggregation)
Filter aggregate rows by reference_price - price (post-aggregation)
Sort field: transaction_date, price, gpu_count, tenor, gpu_model, contract_type, region
Sort order (asc or desc)