Show historical GPU market trends (supply, demand, pricing over time)Documentation Index
Fetch the complete documentation index at: https://docs.vast.ai/llms.txt
Use this file to discover all available pages before exploring further.
This is a host command, used for managing machines you are renting out on Vast.ai.
Usage
Arguments
Comma-separated GPU names to query (e.g.
"RTX 4090", "RTX 4090, H100_SXM"). Use all for all GPU types. Defaults to RTX 5090, 4090, and 3090. Underscores are accepted in place of spaces.Options
Filter by verification status (
true, false, or all). Defaults to all.Filter by datacenter hosting type (
true, false, or all). Defaults to all.Return all data points instead of a sampled subset (~20 points)
Unix timestamp for range start
Unix timestamp for range end
Seconds between data points (e.g.
3600 for hourly)Description
Returns time-series data for GPU supply, demand, and pricing. By default, queries the last 24 hours for RTX 5090, 4090, and 3090 and returns a sampled set of roughly 20 data points. Use--full to get all available data points, or --start/--end/--step for custom time ranges.
Examples
Global Options
The following options are available for all commands:| Option | Description |
|---|---|
--url URL | Server REST API URL |
--retry N | Retry limit |
--raw | Output machine-readable JSON |
--explain | Verbose explanation of API calls |
--api-key KEY | API key (defaults to ~/.config/vastai/vast_api_key) |