POST
/
api
/
v0
/
volumes
/
search
/
search volumes
curl --request POST \
  --url https://console.vast.ai/api/v0/volumes/search/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "limit": 100
}'
{
  "offers": [
    {
      "ask_contract_id": 123,
      "bundle_id": 123,
      "cpu_arch": "amd64",
      "cpu_ghz": 123,
      "cpu_name": "AMD EPYC 7K62 48-Core Processor",
      "cuda_max_good": 12.8,
      "disk_bw": 123,
      "disk_name": "FIKWOT FN955 4TB",
      "disk_space": 10,
      "driver_vers": "<string>",
      "driver_version": "570.124.04",
      "duration": 123,
      "end_date": 123,
      "external": true,
      "geolocation": "<string>",
      "geolocode": "<string>",
      "gpu_arch": "<string>",
      "host_id": 166946,
      "id": 123,
      "inet_down": 654.6,
      "inet_up": 78.9,
      "machine_id": 36683,
      "mobo_name": "ROME2D32GM-2T",
      "reliability": 123,
      "reliability2": 0.9649497,
      "reliability_mult": 123,
      "start_date": 1747341046.4320989,
      "static_ip": true,
      "storage_cost": 123,
      "storage_total_cost": 0.0005555555555555557,
      "vericode": "<string>",
      "verification": "verified",
      "vms_enabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
object

Query parameters for filtering volume search results

Body

application/json
limit
integer
default:64

Maximum number of results to return

Example:

100

Response

Success response

offers
object[]