---
title: "Get instance types"
method: GET
path: "/v1/instance-types"
tags: ["Instance Types"]
---

# Get instance types

`GET /v1/instance-types`

## Query parameters

- `currency` 'usd' | 'eur'

## Response `200`

- InstanceType[]
  - `best_for` string[], required — Use cases for instance type
  - `cpu` object, required — CPU details
  - `deploy_warning` string — Deploy warning
  - `description` string, required — Instance type description
  - `gpu` object, required — GPU details
  - `gpu_memory` object, required — GPU memory details
  - `id` string, required — Instance type ID
  - `instance_type` string, required — Instance type
  - `memory` object, required — Memory details
  - `model` string, required — GPU model
  - `name` string, required — GPU model name
  - `p2p` string, required — P2P details
  - `price_per_hour` string, required — Price per hour
  - `spot_price` string, required — Spot price per hour
  - `dynamic_price` string — Current dynamic price
  - `max_dynamic_price` string, required — Ceiling value for dynamic price
  - `serverless_price` string — Current serverless price
  - `serverless_spot_price` string — Current serverless spot price
  - `storage` object, required — Storage details
  - `currency` 'usd' | 'eur', required — Currency type
  - `manufacturer` string, required — Manufacturer
  - `display_name` string, required — Display name
  - `supported_os` string[], required — Supported OS image types

---

[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)
