binance-api-node
binance-api-node copied to clipboard
[Object: null prototype]
The return json string looks like below when I call to console.log(await client.accountInfo()); [Object: null prototype] { makerCommission: 10, takerCommission: 10, buyerCommission: 0, sellerCommission: 0, canTrade: true, canWithdraw: true, canDeposit: true, updateTime: 1652276910956, accountType: 'SPOT', balances: [ [Object: null prototype] { asset: 'BTC', free: '0.00000000', locked: '0.00000000' }, [Object: null prototype] { asset: 'LTC', free: '0.00000000', locked: '0.00000000' }, [Object: null prototype] { asset: 'ETH', free: '0.00000000', locked: '0.00000000' },