binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

[Object: null prototype]

Open yonghenghuanmie opened this issue 3 years ago • 0 comments

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' },

yonghenghuanmie avatar May 11 '22 15:05 yonghenghuanmie