Bonuses

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

GET

Get cart bonuses -/cart/bonuses/{prefix?}

Query method

GEThttp://apilocal.stableproxy.com/v2/cart/bonuses/{prefix?}

Code examples

1async function getCartBonuses{prefix?}() {
2   const baseUrl = 'http://apilocal.stableproxy.com/v2';
3   const req = await fetch(baseUrl + '/cart/bonuses/{prefix?}', {
4         method: 'GET',
5         headers: {
6            'Content-Type': 'application/json'
7         }
8      }
9   );
10   
11   const res = await req.json();
12}

Examples of answers

StableProxy

StableProxy

© StableProxy – 2021 - 2025 – Ukraine

Payment methods