Transaction Aggregates: Bulk
Returns transaction blends ordered by transaction_date ascending, capped at limit rows without pagination — intended for retrieving a full filtered window in one call. 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.
transaction_date ascending, capped at limit rows without pagination — intended for retrieving a full filtered window in one call. Same bucketing and non-additivity rules as the paginated Blends endpoint.
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
Filter 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)
Maximum number of rows returned (max 10000)
1 <= x <= 10000