Balance change statistics
data
OK
const response = await fetch('//api.client.nbcgate.tech/api/balance/state', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{}