{
"action": "buy",
"static_proxy_type": "shared",
"time_period": 30,
"buy_data": [
{
"country": "AR",
"city": "Buenos Aires",
"count": 10
}
]
}curl --location --request POST 'https://sandbox-open-api.985proxy.com/res_static/calculate' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "buy",
"static_proxy_type": "shared",
"time_period": 30,
"buy_data": [
{
"country": "AR",
"city": "Buenos Aires",
"count": 10
}
]
}'{
"code": 0,
"msg": "success",
"data": {
"ip_count": 10,
"time_period": 30,
"total_price": 50,
"ip_price": 50,
"bandwidth_price": 0,
"discount_price": 0,
"other_discount_price": 0,
"promo_discount_price": 0,
"pay_price": 50
}
}