Does anybody know of any decent exchanges what support well documented, up to date API's for writing tradingbots in node.js?

Jun 6, 2020, 2:36 PM
binance, https://www.npmjs.com/package/node-binance-api
Jun 6, 2020, 3:28 PM
Check this, you can get data from binance without using any rest calls
Coz it's a wrapper on top of those calls, at its core, web3js is also just that.

It sends and receives requests over an http connection (usually injected by the Infura url by metamask) and send data by that
Jun 7, 2020, 4:59 AM

© 2024 Draquery.com All rights reserved.