"sequi"
Cryptocurrency balances retrieved.
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/payouts/balances', { method: 'GET', headers: {}, }); const data = await response.json();
{ "btc": { "btc": 0, "usd": 0 }, "ltc": { "ltc": 0, "usd": 0 } }