ecency / esteem-surfer

Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
https://ecency.com
MIT License
101 stars 30 forks source link

Token Exchange - improvements #16

Open feruzm opened 6 years ago

feruzm commented 6 years ago

Have market chart of Tokens (STEEM <-> SBD), will update this later with public APIs from different exchanges to get proper chart.

Charts will vary depending on selection.

Binance Bittrex Poloniex Internal etc.

Requires research https://coinmarketcap.com/currencies/steem/#markets to see which market provides API

feruzm commented 6 years ago

Chart library... https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/

Exchanges

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

Will update list later with more info

All api and their usage needs to be checked and cached if rate limit is reached. Usually all exchanges ratelimit requests so we need to make sure to cache data when rate limit is reached.