View Categories
api

API

6 Docs

API Authentication and Response Formats

Last Updated: 09/09/2026

Authentication headers Every API request must include these headers: Header Required Description user-id Yes The client identifier issued by QuarkIP access-key Yes The API key issued by QuarkIP Example request: If either credential is missing, invalid, or does not match the other, the API may return 401 with the message authentication error. Keep your credentials...

Getting Started with the Static Proxy API

Last Updated: 09/04/2026

Overview The QuarkIP Static Proxy API lets you retrieve your static proxy, look up transaction details, and renew nodes programmatically. All requests are sent over HTTPS and must include valid API credentials in the request headers. The following endpoints are currently available: Action Method Endpoint List static proxy GET /openapi/static/node/list Get transaction details GET /openapi/static/trade/detail...

Get Static Proxy Transaction Details

Last Updated: 09/04/2026

What this endpoint does Use this endpoint to retrieve the details of a static proxy transaction by its order ID. It can help you verify a purchase or renewal and identify the nodes, amount, quantity, and service period associated with the transaction. Endpoint Full URL: Include your user-id and access-key in the request headers. Query...

Renew Static Proxy

Last Updated: 09/04/2026

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 Full URL: Include your user-id and access-key in the request headers. Body parameters Parameter Required Description renew_days Yes...

List Static Proxy

Last Updated: 09/04/2026

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 Full URL: Include your user-id and access-key in the request headers. Query parameters Parameter Required Type Description node_id No string...

API Errors and Troubleshooting

Last Updated: 09/04/2026

Error code reference Code Meaning Common message What to do 0 Success Ok Read the returned data from info. 400 Invalid parameters missing params ... Check the required parameters, parameter names, and value formats. 401 Authentication failed authentication error Check your client-id and access-key. 402 Insufficient balance Insufficient account balance(renewal) Add funds or reduce the...