v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Catalog

Get snapshot pricing

Returns snapshot storage pricing per GB.

get/api/v1/public/pricing/snapshot

Query parameters

region'us-east'

Filter by region

Response

Snapshot pricing

successboolean

Example response

{
  "success": true,
  "pricing": {
    "id": 1,
    "price_per_gb_hour": 0.000068,
    "price_per_gb_month": 0.05,
    "yearly_price_per_gb": 0.5,
    "twenty_four_month_price_per_gb": 1,
    "region": "us-east"
  }
}