MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / main

Function main

examples/fix-timestamp-error.js:20–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}, main);
19
20function main() {
21 binance.balance((error, balances) => {
22 if ( error ) {
23 console.error(error);
24 return;
25 }
26 console.log("balances()", balances);
27 console.log("BNB balance: ", balances.BNB.available);
28 });
29}
30

Callers

nothing calls this directly

Calls 2

balanceMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected