Skip to main content
GET
/
api
/
v1
/
public
/
pricing
/
volume
Get volume pricing
curl --request GET \
  --url https://api.raffcomputing.com/api/v1/public/pricing/volume
{
  "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"
  }
}

Query Parameters

region
enum<string>

Filter by region

Available options:
us-east

Response

Volume pricing

success
boolean
Example:

true

pricing
object

Per-GB storage pricing