---
title: "Get volume types"
method: GET
path: "/v1/volume-types"
tags: ["Volume Types"]
---

# Get volume types

`GET /v1/volume-types`

## Query parameters

- `currency` 'usd' | 'eur'

## Response `200`

Returns the list of available volume types

- VolumeType[]
  - `type` 'HDD' | 'NVMe' | 'HDD_Shared' | 'NVMe_Shared' | 'NVMe_Local_Storage' | 'NVMe_Shared_Cluster' | 'NVMe_OS_Cluster', required — Volume type
  - `price` object, required — Price details
  - `is_shared_fs` boolean, required — Is shared file system
  - `burst_bandwidth` number, required — Burst bandwidth
  - `continuous_bandwidth` number, required — Continuous bandwidth
  - `internal_network_speed` number, required — Internal network speed
  - `iops` string, required — IOPS
  - `throughput_gbps` number, required — Throughput in GB/s

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
