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
  • Renew Static Proxy

Renew Static Proxy

What this endpoint does

Use this endpoint to renew one or more static proxy. A renewal deducts funds from your account balance, so confirm the node IDs, renewal period, and available balance before submitting the request.

Endpoint

POST /openapi/static/node/renew

Full URL:

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

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

Body parameters

ParameterRequiredDescription
renew_daysYesThe number of days to add:30、90、180、360
node_idYesA proxy ID. To renew multiple nodes, separate their IDs with commas.

Example parameter values for one proxy:

{
  "renew_days": 30,
  "node_id": "xK9mP2nQ"
}

Example parameter values for multiple proxies:

{
  "renew_days": 30,
  "node_id": "xK9mP2nQ,yL0nR3sT"
}

Note: The current API specification does not define the request body’s Content-Type. Before implementing this endpoint, confirm the format required for your QuarkIP environment and submit the parameters as JSON, form data, or another supported format accordingly.

Response fields

FieldDescription
trade_noThe order ID created for the renewal.
renew_daysThe renewal period in days.
node_qtyThe number of proxies included in the renewal request.

Example response

{
  "code": 0,
  "msg": "Ok",
  "info": {
    "trade_no": "gH7iJ9kL",
    "renew_days": 30,
    "node_qty": 3
  }
}

After a successful request, save the returned trade_no. You can use the Get Static Proxy Transaction Details endpoint to verify the amount, node quantity, and transaction type.

Before submitting a renewal

  • Make sure every node_id belongs to your account.
  • Confirm that each node is eligible for renewal.
  • Make sure renew_days is supported by the product’s renewal rules.
  • Confirm that your account has enough balance to cover the renewal.
  • If you automate renewals, handle uncertain responses carefully to avoid submitting the same renewal more than once.

Common renewal errors

  • 400: A required parameter, such as renew_days or node_id, is missing.
  • 402: Your account balance is insufficient.
  • 403: One or more proxy do not support renewal.
  • 422: The renewal period or another business rule failed validation.

If the proxy parameter is missing, the error message may say missing params node_ids. The request parameter is still named node_id.

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Get Static Proxy Transaction DetailsList Static Proxy