Fiyat Hesaplama

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

GET
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]

Örnek Response

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





Last updated