Periyot
available-periods
ile IP Türünün minimum/maximum periyotlarını görebilirsiniz.
https://my.proxynet.io/api/available-periods?ip_type=[IP_TYPE_ID]&key=[YOUR_API_KEY]
Parametre
Açıklama
YOUR_API_KEY
Size özel tahsis edilmiş API keyiniz
ID_TYPE_ID
IP Türü ID'si
Ö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
Was this helpful?