How It Works
IPv6 rotating proxies assign you a pool of threads. Each thread rotates through a massive IPv6 address pool automatically. Every request gets a fresh IP from the pool without any configuration.
Connection Details
| Property | Value |
|---|---|
| Gateway | {country}.ipv6.proxyon.io |
| Port | 1080 |
| Protocol | SOCKS5 |
| Auth | Username:Password or IP whitelist |
Connection Format
Plain Text
1USERNAME:[email protected]:1080
Available Countries
| Country | Gateway |
|---|---|
| Canada | ca.ipv6.proxyon.io:1080 |
Pricing
Pricing is per thread, per duration:
| Duration | Price per Thread |
|---|---|
| 7 days | $0.28 |
| 14 days | $0.24 |
| 30 days | $0.20 |
| 60 days | $0.18 |
| 90 days | $0.16 |
Order from 100 to 5,000 threads per package.
Example Cost
100 threads for 30 days: 100 x $0.20 = $20.00
Quick Example
Bash
1curl --socks5 USERNAME:[email protected]:1080 https://httpbin.org/ip
Managing Your Package
Ordering
Via dashboard: Dashboard > Rotating > "Order Proxy"
Via API:
Bash
1curl -X POST https://api.proxyon.io/v1/rotating/order \
2 -H "X-Session-Token: YOUR_TOKEN" \
3 -d "type=ipv6" \
4 -d "country=CA" \
5 -d "duration=30" \
6 -d "threads=100"
IP Whitelisting
Whitelist your server IP for credential-free access:
Bash
1curl -X POST https://api.proxyon.io/v1/rotating/PACKAGE_ID/bindIp \
2 -H "X-Session-Token: YOUR_TOKEN" \
3 -d "ip=YOUR_SERVER_IP"
Renewing
Bash
1curl -X POST https://api.proxyon.io/v1/rotating/PACKAGE_ID/renew \
2 -H "X-Session-Token: YOUR_TOKEN" \
3 -d "duration=30"
Resetting Credentials
Bash
1curl -X POST https://api.proxyon.io/v1/rotating/PACKAGE_ID/reset \
2 -H "X-Session-Token: YOUR_TOKEN"
Best For
- High-volume web scraping where you need maximum IP diversity
- Tasks where IPv6 is accepted and cost per IP matters
- Situations where you need thousands of rotating IPs without per-GB billing