Calculate order
The request allows to calculate price before order for proxy type IPv4
POST
/client/api/v1/{apiKey}/calculate/order
Path Parameters
Name | Type | Description |
---|---|---|
apiKey* | String | Your personal api key |
Request Body
Name | Type | Description |
---|---|---|
proxyType* | String | Proxy type IPv4 |
promoCode | String | Code of promo code (can be obtained by another request) |
quantity* | Number | Quantity of ip addresses |
rentPeriodDays* | Number | Number of days of rental period (can be obtained by another request) |
goal* | String | Custom goal |
country* | String | Alfa3 country code (can be obtained by another request) |
The request allows to calculate price before order for proxy type IPv6
POST
/client/api/v1/{apiKey}/calculate/order
Path Parameters
Name | Type | Description |
---|---|---|
apiKey* | String | Your personal api key |
Request Body
Name | Type | Description |
---|---|---|
proxyType* | String | Proxy type IPv6 |
promoCode | String | Code of promo code (can be obtained by another request) |
quantity* | Number | Quantity of ip addresses |
rentPeriodDays* | Number | Number of days of rental period (can be obtained by another request) |
goal* | String | Custom goal |
country* | String | Alfa3 country code (can be obtained by another request) |
The request allows to calculate price before order for proxy type MOBILE
POST
/client/api/v1/{apiKey}/calculate/order
Path Parameters
Name | Type | Description |
---|---|---|
apiKey* | String | Your personal api key |
Request Body
Name | Type | Description |
---|---|---|
proxyType* | String | Proxy type MOBILE |
rotationTime* | Number | Rotation time (can be obtained by another request with mobile operators) |
mobileOperator* | String | Mobile operator tag (can be obtained by another request) |
quantity* | Number | Quantity of ip addresses |
rentPeriodDays* | Number | Number of days of rental period (can be obtained by another request) |
goal* | String | Custom goal |
country* | String | Alfa3 country code (can be obtained by another request) |
promoCode | String | Code of promo code (can be obtained by another request) |
The request allows to calculate price before order for proxy type ISP
POST
/client/api/v1/{apiKey}/calculate/order
Path Parameters
Name | Type | Description |
---|---|---|
apiKey* | String | Your personal api key |
Request Body
Name | Type | Description |
---|---|---|
proxyType* | String | Proxy type ISP |
promoCode | String | Code of promo code (can be obtained by another request) |
quantity* | Number | Quantity of ip addresses |
rentPeriodDays* | Number | Number of days of rental period (can be obtained by another request) |
goal* | String | Custom goal |
country* | String | Alfa3 country code (can be obtained by another request) |
Last updated