LesterCovax / crypto-sheets

Google Sheets script editor code for managing a cryptocurrency tracking spreadsheet
https://www.reddit.com/r/cryptosheets
GNU General Public License v3.0
475 stars 70 forks source link

[Feature Request] Adding exchange API support #45

Open B1gB1rd1400 opened 6 years ago

B1gB1rd1400 commented 6 years ago

A feature request that I have is to add support for the major exchanges, Binance, GDAX, etc with API support for importing balances and or transactions.

LesterCovax commented 6 years ago

This has been brought up before, when someone gave mercuryapp.io as an example. I looked into the library that they use and I don't think it's feasible with google sheets since the closest implementation that would work is using node.js.

That means a lot of extra API work, and potential implications. The script is already pushing the limits of run time / API calls, so I imagine adding this functionality would make that even worse. Definitely not against it though.