HProxy/ docs

Proxy API

Buy and deliver residential, ISP, datacenter and mobile proxies programmatically: quotes, wallet orders, line generation, proxy delivery, webhooks and renewals.

A small, predictable REST API for running a proxy business from your own code. You prepay from your wallet balance, every order is idempotent so a retry never double-charges, and by default nothing ever silently falls back to charging a card you didn't pick. The whole loop is programmatic: buy, deliver (generated residential lines or dedicated IPs with credentials), get pushed on fulfillment, renew.

  1. 1
    List products
    GET /products, the buyable catalog with pricing model, quantity bounds and each product's targeting contract.
  2. 2
    Get a quote
    GET /products/{id}/price?quantity=N, the exact amount the order will charge — add country and period_days for dedicated IPs.
  3. 3
    Place the order
    POST /orders, debits your wallet (or returns a hosted payUrl for card/crypto).
  4. 4
    Deliver
    Residential: POST /plans/{id}/generate for targeted host:port:user:pass lines. Dedicated: GET /proxies?order_id=… for the IPs with credentials.
  5. 5
    Get pushed
    Register a webhook and receive order.fulfilled instead of polling.

Need a hand wiring this up? Email [email protected]. A real person reads every message.