mate-h / sorosbot.com

Site
1 stars 3 forks source link

Binance REST API integration #12

Closed mate-h closed 3 years ago

mate-h commented 3 years ago

Binance API official documentation https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md

mate-h commented 3 years ago

Plot a chart of the candlesticks using https://github.com/tradingview/lightweight-charts

Related issue #2

mate-h commented 3 years ago

This library comes with typings (unofficial): https://github.com/Ashlar/binance-api-node

Snippets for examples https://www.tradingview.com/lightweight-charts/

mate-h commented 3 years ago

There seems to be an issue with attempting to server-render the binance API. Move it to the client side. Build time error

TypeError: Binance is not a function

Runtime error

500 Cannot read property 'exchangeInfo' of undefined