# Trafik Kontrol

`show-proxy` ve `?order_id=` ile Mobil proxynizin trafiğinizi kontrol edebilirsiniz. Trafikler günlük olarak güncellenmektedir.

{% code title="GET" overflow="wrap" %}

```
https://my.proxynet.io/api/show-proxy?order_id=[PROXY_ID]&key=[YOUR_API_KEY]
```

{% endcode %}

<table><thead><tr><th>Parametre</th><th>Açıklama</th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>YOUR_API_KEY</td><td>API Keyiniz</td><td></td><td></td><td></td></tr><tr><td>PROXY-ID</td><td>Proxy ID'niz</td><td></td><td></td><td></td></tr></tbody></table>

**Örnek Response**

<pre><code><strong>{
</strong>    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "proxy": {
        "proxy_id": 1183474,
        "ip_address": "194.162.1.1",
        "port": 8000,
        "domain": "mobile-server9.proxynet.io",
        "ip_type": "Mobile Rotating",
        "proxy_user": "proxynet",
        "proxy_pass": "proxynet",
        "protocol": "HTTPS",
        "location": "Italy",
        "active": true,
        "mobile_isp": "Vodafone",
        "mobile_data": "288 GB",
        "whitelist_ip": "none",
        "start_date": "02/02/2023 21:49:38",
        "end_date": "04/03/2023 21:49:38",
        "unix_start_date": 1675363778,
        "unix_end_date": 1677955778
    }
}
</code></pre>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxynet.io/proxy/mobil-proxy/price-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
