| parameter | describe | required |
|---|---|---|
| zone | Region, Global Mix by Default if Not Filled | correct |
| st | State, Random by Default if Not Filled (Applicable to Some Countries) | deny |
| city | City, Random by Default if Not Filled | deny |
| sid | Random 8-digit Number | deny |
| time | Duration Less Than 180 Minutes | deny |
| Error Code | describe |
|---|---|
| 400 | Incorrect Account Password Format |
| 401 | Incorrect Account Password |
| 402 | Insufficient Traffic Balance |
| 403 | Sub-account Traffic Limit Insufficient |
| 405 | Exit Node Not Found |
| 406 | Exit Node Not Found |
| 407 | Authentication Failed |
| 408 | IP Not Added to Whitelist |
| 409 | Request Not Set with Region |
| 410 | Exit Node Not Found |
| 411 | Exit Configuration Error |
| 412 | Exit Node Not Found |
| 413 | Exit Configuration Error |
| 414 | Exit Node Not Found |
| 415 | Exit Node Not Found |
| 416 | Sub-account Not Found |
| 417 | Sub-account Not Found |
| 418 | Main Account Not Found |
| 419 | Sub-account Not Found |
| 420 | Authentication Account Password is Empty |
| 421 | Incorrect Authentication Account Password |
| 422 | Main Account Not Found |
| 423 | Accessing via Mainland Network |
| 424 | Sub-user Suspended |
| 425 | Main User Suspended |
| 426 | Exit Node Configuration Error |
| 427 | Main User Expired |
[account]_custom_zone_BR:[password] zone_BR Brazil zone_JP Japan zone_GB United Kingdom zone_KR Korea Example: # AccessKorea curl -x us.swift.net:7878 -U "[account]_custom_zone_KR:[password]" ipinfo.io·st-Designated State
[account]_custom_zone_US_st_California:[password] st_California st_Florida st_Oregon st_NorthCarolina Example: # Visiting California, USA curl -x us.swift.net:7878 -U "[account]_custom_zone_US_st_California:[password]" ipinfo.io·city−Designated City
[account]_custom_zone_US_st_Mississippi_city_Jackson:[password] city_Tremont city_Jackson Example: # Visit Jackson, Mississippi, USA curl -x us.swift.net:7878 -U "[account]_custom_zone_US_st_Mississippi_city_Jackson:[password]" ipinfo.io·sid−Fix an exit IP
[account]_custom_zone_global_sid_14675113:[password]
Example:
# Global RandomFix an exit IP
curl -x us.swift.net:7878 -U "[account]_custom_zone_global_sid_14675113:[password]" ipinfo.io
·time-Specify Maximum Duration for an Exit IP, Up to 180 Minutes
sid Paired use
[account]_custom_zone_global_sid_14675113_time_20:[password]
time_5 5minute
time_10 10minute
time_30 30minute
Example:
# Global Random Fix an exit IP survival20minute
curl -x us.swift.net:7878 -U "[account]_custom_zone_global_sid_14675113_time_20:[password]" ipinfo.io
| parameter | describe | Type | required |
|---|---|---|---|
| num | Number of IPs to Extract | int | correct |
| regions | Countries | string | deny |
| protocol | Protocol(http:HTTP/HTTPS socks5:SOCKS5) | string | deny |
| return_type | Data Format txt json | string | deny |
| lb | Delimiter(1:\r\n 2:/br 3:\r 4:\n 5:\t 6 :Custom) | string | deny |
| sb | Custom Delimiter | string | deny |
{
"code": 0,
"success": true,
"msg": "Success",
"request_ip": "127.0.0.1",
"data": [
{"ip" :"1.1.2.2","port" :14566},
{"ip" :"1.1.2.2","port" :14577},
]
}
| Name | Type | describe |
|---|---|---|
| IP | int | IP Address |
| PORT | int | Port Number |
| Interface | describe |
|---|---|
| https://www.swiftproxy.net/api/user/white_ip_list?api_key=xxx | Whitelist Inquiry Interface |
| https://www.swiftproxy.net/api/user/add_white_ip?api_key=xxx&ips=xxx | Whitelist Addition Interface (IPs separated by commas) |
| https://www.swiftproxy.net/api/user/del_white_ip?api_key=xxx&ips=xxx | Whitelist Removal Interface (IPs separated by commas) |