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
  • Get Static Proxy Transaction Details

Get Static Proxy Transaction Details

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

GET /openapi/static/trade/detail

Full URL:

https://{domain}/openapi/static/trade/detail

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

Query parameters

ParameterRequiredDescription
trade_noYesThe order ID.

Example request:

GET /openapi/static/trade/detail?trade_no={trade-no} HTTP/1.1
Host: {domain}
client-id: {your-user-id}
access-key: {your-access-key}

Response fields

FieldDescription
trade_noThe order ID.
total_feeThe total transaction amount.
trade_timeThe time the order was created, returned as a Unix timestamp in seconds.
node_idsAn array containing the node IDs associated with the transaction.
node_qtyThe number of nodes in the transaction.
trade_modeThe transaction type: BUY for a purchase or EXTEND for a renewal.
wallet_paidThe amount deducted from the account balance.
period_daysThe purchase or renewal period in days.

This endpoint does not return a cashback_amount field.

Example response

{
  "code": 0,
  "msg": "Ok",
  "info": {
    "trade_no": "aB3cD5eF",
    "total_fee": "29.90",
    "trade_time": 1754064000,
    "node_ids": ["xK9mP2nQ", "yL0nR3sT"],
    "node_qty": 2,
    "trade_mode": "BUY",
    "wallet_paid": "29.90",
    "period_days": 30
  }
}

Frequently asked questions

Why does the API say that the order does not exist?

Make sure trade_no is complete and belongs to the account associated with your current API credentials. If the API continues to return 404 or order does not exist, save the order ID and response details, then contact QuarkIP Support.

How can I tell a purchase from a renewal?

Check trade_mode. A value of BUY indicates a purchase, while EXTEND indicates a renewal.

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Getting Started with the Static Proxy APIRenew Static Proxy