Hourly spot bars
spot_hourlyPaid (0.01 USDC per call). Hourly time-weighted OHLC bars for one instance type. Per-zone series are bucketed by UTC hour with time weighting (a price counts for as long as it was in force), then collapsed across zones: open/close/avg are the median across zones, high is the max, low is the min. Window is capped at 366 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of the window (exclusive), ISO 8601 UTC. Default: now. | |
| from | No | Start of the window (inclusive), ISO 8601 UTC. Default: 30 days before `to`. | |
| region | Yes | Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1 | |
| instance | Yes | Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large | |
| provider | Yes | Cloud provider. One of `aws`, `gcp`, `azure`. |