NovaProxy Docs
OrdersCreate

Residential

Create a Residential proxy order

Create Residential Order

Endpoint: POST /orders

Residential is a bandwidth-type plan. Supply plan and bandwidth (GB).

Required Fields

FieldTypeRequiredNotes
planstring (slug)yesresidential.
bandwidthnumber (GB)yesMust be ≥ 1 and ≥ the smallest tier defined under bandwidths on the plan.

Optional: discount_code. See Common Fields. Orders use account balance only.

Request Body

{
    "plan": "residential",
    "bandwidth": 2
}

With a discount code

{
    "plan": "residential",
    "bandwidth": 2,
    "discount_code": "SUMMER10"
}

On this page