---
title: "Get volume pricing"
method: GET
path: "/api/v1/public/pricing/volume"
tags: ["Catalog"]
---

# Get volume pricing

`GET /api/v1/public/pricing/volume`

Returns block storage volume pricing per GB.

## Query parameters

- `region` 'us-east'

## Response `200`

Volume pricing

- object
  - `success` boolean
  - `pricing` StoragePricing — Per-GB storage pricing
    - `id` integer — Pricing record ID (present for volume pricing)
    - `price_per_gb_hour` number — Price per GB per hour in USD
    - `price_per_gb_month` number — Price per GB per month in USD
    - `yearly_price_per_gb` number — Yearly commitment price per GB in USD
    - `twenty_four_month_price_per_gb` number — 24-month commitment price per GB in USD
    - `region` 'us-east' — Region this pricing applies to

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
