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
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"
}
}