Skip to content

QuarkIP LOGOHelpCenter

Login

QuarkIP LOGOHelpCenter

Login

Quick Start Guides

6
  • What is QuarkIP?
  • How to Sign Up for QuarkIP?
  • How to Top-Up?
  • How to Purchase a Proxy?
  • How to reset proxy password
  • What is the Referral Program?

FAQ

9
  • Which countries’ proxies do we offer?
  • What happens if I don’t use all my traffic?
  • Can I extend the plan of my proxy service?
  • How Can I Contact You?
  • Are the proxies I buy from QuarkIP exclusive?
  • How Fast Are QuarkIP Proxies?
  • What’s the Difference Between Datacenter Proxies and Datacenter IPv6 Proxies?
  • What’s the Difference Between ISP and Residential Proxies?
  • What Kind of Free Trial Plans Do You Offer?

Billing and Pricing

6
  • Do you offer refunds for your proxies?
  • Why does my purchased proxy show as “In progress”?
  • Where can I get an invoice for my order?
  • Does QuarkIP offer discounts?
  • Can I cancel my order at any time?
  • What payment methods does QuarkIP support?

Residential Proxies

8
  • How to Manually Switch IP While Maintaining Sticky Proxy
  • How to Claim Your 200MB Free Trial
  • Where can I view my traffic usage?
  • How to Whitelist an IP Address
  • Can I change my password?
  • Will the traffic I purchase expire?
  • How to Use Residential Proxies
  • How to Purchase Residential Proxies

Datacenter Proxies

7
  • How do I purchase datacenter proxies?
  • How to use datacenter proxies?
  • Can I use the same proxy on multiple devices at the same time?
  • How can I export all Datacenter proxies?
  • How to change my proxy protocol?
  • Do datacenter proxies support refunds?
  • How can I extend my datacenter proxy plan?

ISP Proxies

7
  • How do I purchase ISP proxies?
  • How to use ISP proxies?
  • How to change my proxy protocol?
  • How can I export all ISP proxies?
  • Can I get a refund for ISP proxies?
  • Can I use a ISP proxy on multiple devices at the same time?
  • How can I extend the duration of my static residential proxy plan?

Datacenter IPv6 Proxies

8
  • How to check if a website supports IPv6
  • How do I purchase datacenter IPv6 proxies?
  • How to use datacenter IPv6 proxies?
  • Can I use the same proxy on multiple devices at the same time?
  • How to export all Datacenter IPv6 proxy data
  • How do I change the proxy protocol?
  • Is the Datacenter IPv6 proxy eligible for a refund?
  • How to Extend Your Datacenter IPv6 Proxy Plan

Static Proxy Integration Guides

13
  • How to Set Up a Static Proxy on DICloak
  • How to Set Up a Static Proxy on Hidemium
  • How to Set Up a Static Proxy on Android
  • How to Set Up a Static Proxy on IOS
  • How to use QuarkIP Static Proxy with Safari
  • How to use QuarkIP Static Proxy with MoreLogin
  • How to Use QuarkIP Static Proxy with HubStudio
  • How to Use QuarkIP Proxy with Firefox
  • How to Use QuarkIP Proxy with Chrome
  • How to Use QuarkIP Proxy with AdsPower
  • How to Use QuarkIP Proxy with Shadowrocket
  • How to Use QuarkIP Proxy with Dolphin
  • How to Set Up a Proxy on V2Ray

Residential Proxy Integration Guides

14
  • How to Set Up a Resdiential Proxy on CosLogin
  • How to Set Up a Resdiential Proxy on DICloak
  • How to Use QuarkIP Residential Proxy with Shadowrocket
  • How to Set Up a Residential Proxy on Hidemium
  • How to Set Up a Residential Proxy on Android
  • How to Set Up a Residential Proxy on IOS
  • How to Set Up a Residential Proxy on V2Ray
  • How to Use QuarkIP Residential Proxy with HubStudio
  • How to Use QuarkIP Residential Proxy with Safari
  • How to Use QuarkIP Residential Proxy with MoreLogin
  • How to Use QuarkIP Residential Proxy with Dolphin
  • How to Use QuarkIP Residential Proxy with Adspower
  • How to Use QuarkIP Residential Proxy with Chrome
  • How to Use QuarkIP Residential Proxy with Firefox
api

API

6
  • API Authentication and Response Formats
  • Getting Started with the Static Proxy API
  • Get Static Proxy Transaction Details
  • Renew Static Proxy
  • List Static Proxy
  • API Errors and Troubleshooting
View Categories
  • HelpCenter
  • API
  • List Static Proxy

List Static Proxy

What this endpoint does

Use this endpoint to retrieve the static proxy nodes associated with your account. The response includes connection details, network type, country or region, purchase time, expiration time, and auto-renewal status.

Endpoint

GET /openapi/static/node/list

Full URL:

https://{domain}/openapi/static/node/list

Include your user-id and access-key in the request headers.

Query parameters

ParameterRequiredTypeDescription
node_idNostringA proxy ID. To request multiple nodes, separate their IDs with commas.
page_noNointPage number. The default is 1.
page_limitNointNumber of records per page. The default is 100, and the maximum is 100.

Retrieve the first page with up to 20 records:

GET /openapi/static/node/list?page_no=1&page_limit=20 HTTP/1.1
Host: {domain}
client-id: {your-user-id}
access-key: {your-access-key}

Retrieve a specific proxy:

GET https://{domain}/openapi/static/node/list?node_id={node-id}

Retrieve multiple specific proxies:

GET https://{domain}/openapi/static/node/list?node_id={node-id-1},{node-id-2}

Response fields

Node records are returned in the info.items array.

FieldTypeDescription
node_idstringThe proxy ID.
network_typeintNetwork type: 1 for datacenter IPv4, 2 for IPv6, and 3 for residential IPv4.
region_idintThe product ID.
endpoint_hoststringThe host used to establish the proxy connection.
display_ipstringThe IP address displayed for the node.
endpoint_portstringThe proxy connection port.
access_userstringThe proxy authentication username.
access_secretstringThe proxy authentication password.
link_typestringThe connection protocol, such as http or socks5.
auto_renewintThe auto-renewal status, returned as 0 or 1.
valid_untilintThe expiration time as a Unix timestamp in seconds.
acquired_atintThe purchase time as a Unix timestamp in seconds.
geo_codestringThe country or region code.
memostringA note associated with the node.

Example response

The IP address and credentials below are examples only:

{
  "code": 0,
  "msg": "Ok",
  "info": {
    "items": [
      {
        "node_id": "xK9mP2nQ",
        "network_type": 1,
        "region_id": 101,
        "endpoint_host": "1.2.3.4",
        "display_ip": "1.2.3.4",
        "endpoint_port": "10001",
        "access_user": "user_abc",
        "access_secret": "pass_xyz",
        "link_type": "http",
        "auto_renew": 0,
        "valid_until": 1756656000,
        "acquired_at": 1754064000,
        "geo_code": "US",
        "memo": "note"
      }
    ],
    "item_total": 1,
    "page_no": 1,
    "page_limit": 20
  }
}

Use the returned connection details

You will normally need the following fields to connect to a proxy:

  • Host: endpoint_host
  • Port: endpoint_port
  • Username: access_user
  • Password: access_secret
  • Protocol: link_type

The access_secret field contains sensitive information. Avoid writing complete node responses to public or unsecured logs.

Pagination

If item_total is greater than the number of records you have retrieved, increase page_no to request the next page. The maximum supported page_limit is 100.

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Renew Static ProxyAPI Errors and Troubleshooting