v1
latestOpenAPI 3.1.02026-07-13897404.3 KBNetwork Volumes
search network volumes
Search for available network volume offers with advanced filtering and sorting.
CLI Usage: vastai search network-volumes <query> [--order <field>]
post/api/v0/network_volumes/search/
Request body
Example request
{
"q": {
"verified": {
"eq": true
},
"order": [
[
"storage_cost",
"asc"
]
],
"reliability2": {
"gt": 0.98
},
"inet_down": {
"gt": 100
},
"inet_up": {
"gt": 100
},
"geolocation": {
"in": [
"TW",
"SE"
]
},
"disk_bw": {
"gt": 500
},
"duration": {
"gte": 30
},
"storage_cost": {
"lte": 0.1
}
}
}Response
Successful search response
Example response
{
"success": true
}