Products & pricing
GET /products lists the buyable proxy catalog. GET /products/{id}/price returns the exact server-authoritative amount an order will charge.
GET
/api/v1/productsList products
The buyable catalog, with pricing model, targeting capabilities and quantity bounds for each product.
curl https://hproxy.com/api/v1/products -H "X-API-Key: hpx_your_key_here"GET
/api/v1/products/{id}/pricePrice a product
A server-authoritative quote: the exact amount
POST /orders will charge for the same inputs. Pass the quantity as a query parameter. For dedicated per-IP products, add country and period_days to quote the exact targeting you'll order — omitted they default to USA / 30 days.| Parameter | Type | Required | Description |
|---|---|---|---|
quantity | integer (query) | required | GB for residential, or number of IPs for dedicated products. |
country | string (query) | optional | Per-IP products: target country, alpha-3 (e.g. USA, DEU). Default USA. |
period_days | integer (query) | optional | Per-IP products: rental period in days (e.g. 30, 90). Default 30. |
curl "https://hproxy.com/api/v1/products/residential-lite/price?quantity=5" \
-H "X-API-Key: hpx_your_key_here"Need a hand wiring this up? Email [email protected]. A real person reads every message.