Calculate

A list of all publicly available methods for interacting with the API.

GET

Get cart calculate -/cart/calculate

Query method

GEThttp://apilocal.stableproxy.com/v2/cart/calculate

Query parameters

IdentifierRegulationsExample
traffic-unitNot necessarilynullablestringin:gb"gb"
period-unitNot necessarilynullablestringin:weeks, weeks, months, years"weeks"
traffic-amountrequiredintegerin:25, 100, 400, 800, 5000"25"
period-amountrequiredintegerin"1"
countNot necessarilynullableinteger30
countriesNot necessarilynullablearray{"UA": 10, "PL": 20}
typerequiredstringin:shared, private, residential_gb, datacenter_gb, residential_city_gb, residential_static_gb, mobile_gb, mobile_static, mobile_static_gb"shared"
currencyNot necessarilynullablestringcurrency_code"USD"
has-unlimited-auth-ipsNot necessarilynullableex-booleanfalse
serviceNot necessarilynullablestringilluminate\_validation\_rules\_in75
ip-scoreNot necessarilynullablenumeric76

Code examples

1async function getCartCalculate() {
2   const baseUrl = 'http://apilocal.stableproxy.com/v2';
3   const req = await fetch(baseUrl + '/cart/calculate?' + Object.entries({
4         "traffic-unit": "gb",
5         "period-unit": "weeks",
6         "traffic-amount": "25",
7         "period-amount": "1",
8         "count": 30,
9         "countries[UA]": 10,
10         "countries[PL]": 20,
11         "type": "shared",
12         "currency": "USD",
13         "has-unlimited-auth-ips": false,
14         "service": 75,
15         "ip-score": 76
16      }).map(([key, value]) => key + "=" + value).join('&'), {
17         method: 'GET',
18         headers: {
19            'Content-Type': 'application/json'
20         }
21      }
22   );
23   
24   const res = await req.json();
25}

Examples of answers

StableProxy

StableProxy

© StableProxy – 2021 - 2025 – Ukraine

Payment methods