Periyot Seçme

available-periods ile IPv6 Datacenter proxylerin minimum/maximum satın alma periyotlarını görebilirsiniz.

GET
https://my.proxynet.io/api/available-locations?ip_type=[IP_TYPE_ID]&key=[YOUR_API_KEY]
ParametreAçıklama

YOUR_API_KEY

Size özel tahsis edilmiş API keyiniz

ID_TYPE_ID

3

Örnek Response

{
    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "periods": [
        {
            "period_name": "1 Months",
            "period": 30
        },
        {
            "period_name": "3 Months",
            "period": 90
        },
        {
            "period_name": "2 Months",
            "period": 60
        }
    ]
}

Last updated