latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
Volume Types
Get volume types
get/v1/volume-types
Query parameters
currency'usd' | 'eur'
Example:usd
Currency to get the price for volume types
Response
Returns the list of available volume types
Example response
[
{
"type": "NVMe",
"price": {
"price_per_month_per_gb": 0.2,
"cps_per_gb": 7.6103500761035e-8,
"currency": "usd"
},
"burst_bandwidth": 2500,
"continuous_bandwidth": 2000,
"internal_network_speed": 50,
"iops": "100k",
"throughput_gbps": 4
}
]