> For the complete documentation index, see [llms.txt](https://docs.proxynet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxynet.io/proxy/ipv6-datacenter-proxy/price.md).

# Fiyat Hesaplama

`calculate-price` ile oluşturmak istediğiniz siparişin fiyatını hesaplayabilirsiniz.

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

```
https://my.proxynet.io/api/calculate-price?ip_type=[IP_TYPE_ID]&piece=[PIECE]&location=[LOCATION_ID]&period=[PERIOD]&target_urls=[TARGET_URLS]&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>Size özel tahsis edilmiş API keyiniz</td><td></td><td></td><td></td></tr><tr><td>ID_TYPE_ID</td><td>3</td><td></td><td></td><td></td></tr><tr><td>PIECE</td><td>Adet</td><td></td><td></td><td></td></tr><tr><td>LOCATION_ID</td><td>Lokasyon ID'si</td><td></td><td></td><td></td></tr><tr><td>PERIOD</td><td>Periyot/Süre</td><td></td><td></td><td></td></tr><tr><td>TARGET_URLS</td><td>Stok kontrolü yapılmasını istediğiniz Target Host (example.com) x.com,y.com şeklinde aralara virgül koyarak çoklu sorgu yapabilirsiniz.</td><td></td><td></td><td></td></tr></tbody></table>

**Örnek Response**

```
{
    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "calculated_price": 12.75
}
```
