NovaProxy Docs
OrdersCreate

Residential Budget

Create a Residential Budget proxy order

Create Residential Budget Order

Endpoint: POST /orders

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

Required Fields

FieldTypeRequiredNotes
planstring (slug)yesresidential-budget.
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-budget",
    "bandwidth": 2
}

With a discount code

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

On this page