Pricing Intelligence API

Programmatic access to real-time VMware pricing data, market trends, and price alerts

Authentication

All API requests require authentication using an API key. Include your API key in the x-api-key header.

curl https://api.hyperscaleiq.com/publicPricingApi/getCurrentMarketPricing \
-H "x-api-key: YOUR_API_KEY"

Contact us at [email protected] to request an API key.

Get Current Market Pricing
GET
Returns latest pricing data across all vendors

Endpoint

/publicPricingApi/getCurrentMarketPricing

Query Parameters

productTypeOptional. Filter by product: vcf, vsphere, vsan, nsx, tanzu, aria
vendorTypeOptional. Filter by vendor: broadcom, reseller, vcsp, other
limitOptional. Number of results (1-100, default: 50)

Example Request

curl "https://api.hyperscaleiq.com/publicPricingApi/getCurrentMarketPricing?vendorType=vcsp&limit=10" \
  -H "x-api-key: YOUR_API_KEY"

Example Response

{
  "pricing": [
    {
      "id": 123,
      "vendorName": "CloudProvider Inc",
      "vendorType": "vcsp",
      "totalCores": 500,
      "totalAmount": 125000.00,
      "annualAmount": 125000.00,
      "contractTerm": "3yr",
      "quoteDate": "2024-12-01T00:00:00.000Z",
      "createdAt": "2024-12-01T10:30:00.000Z"
    }
  ],
  "metadata": {
    "count": 10,
    "avgPricePerCore": 250.00,
    "minPricePerCore": 200.00,
    "maxPricePerCore": 300.00,
    "totalQuotes": 150,
    "lastUpdated": "2024-12-04T20:00:00.000Z"
  }
}
Rate Limits

API requests are rate-limited to ensure fair usage and system stability:

  • 100 requests per minute per API key
  • 1,000 requests per hour per API key
  • Rate limit headers are included in all responses
Support

Need help with the API? Contact our team: