NovaProxy Docs
Products

IPv6 Residential

Duration-based IPv6 residential proxy plan

Overview

Slug: ipv6-residential · Type: duration

IPv6 residential pool: each duration includes a speed (or plan-defined) option. Order with JSON: plan, duration, and config (for example { "speed": 10 }). Values must match constraints for the chosen duration. See Create IPv6 order and Duration slug format.

Plan resource

GET /plans/ipv6-residential

{
    "id": 20,
    "name": "IPv6 Residential",
    "slug": "ipv6-residential",
    "type": "duration",
    "has_geo_targeting": false,
    "has_ip_whitelist": false,
    "rotations": [],
    "protocols": [],
    "durations": [
        {
            "id": 5,
            "slug": "1_week",
            "duration": 1,
            "duration_unit": "week",
            "duration_in_minutes": 10080,
            "price": 49,
            "options": [
                {
                    "id": 60,
                    "name": "speed",
                    "label": "Speed",
                    "type": "range",
                    "options": [],
                    "min": 1,
                    "max": 100,
                    "step": 1
                }
            ]
        }
    ]
}

On this page