Do I need other scripts?
Closed this issue · 4 comments
I've found a bit of a confusing mixture of crypto/gecko files online and I'm unclear, do I just need coingecko.gs or do I also need CryptoTools.gs, I was initially reading this page: https://medium.com/coinmonks/how-to-value-your-stocks-crypto-portfolio-in-google-sheets-22bb7b42c39d
I've found a bit of a confusing mixture of crypto/gecko files online and I'm unclear, do I just need coingecko.gs or do I also need CryptoTools.gs, I was initially reading this page: https://medium.com/coinmonks/how-to-value-your-stocks-crypto-portfolio-in-google-sheets-22bb7b42c39d
I started with this article from Eloise:
https://medium.com/the-cryptocurious/google-sheet-open-source-cryptotools-set-up-9420e3940a8a
Be aware though that Eloise is working on the code at the moment. The Telegram link is here:
I've found a bit of a confusing mixture of crypto/gecko files online and I'm unclear, do I just need coingecko.gs or do I also need CryptoTools.gs, I was initially reading this page: https://medium.com/coinmonks/how-to-value-your-stocks-crypto-portfolio-in-google-sheets-22bb7b42c39d
Some people only want functions related to Coingecko so this is why I made 2 files. For all values from Coingecko (prices, volumes, marketcap etc...)
Coingecko code:
https://raw.githubusercontent.com/Eloise1988/COINGECKO/master/CoinGeckoV2.gs
But if you wish to have access to balances from blockchain addresses, staking, rewards, lending rates, dex volumes, dex prices etc... You need to include as well the CryptoTools code:
https://raw.githubusercontent.com/Eloise1988/CRYPTOBALANCE/master/CRYPTOTOOLS_V2.gs
Like @Tippon said, don't hesitate to join the telegram channel for more information,
https://t.me/TheCryptoCurious
Thanks @Eloise1988 so they are separate, not dependent on each other. I think I'm on the original version, I saw there was a V2 script file but not sure if that's still in development?
I don't know what Telegram is but this all seems to be working for me - thanks for your work!
Yes they are separate, they are not dependent on each other.
If you're happy with v1 stay on it.
V2 has been created to improve the performance of the functions because in V1, many users were hitting daily limits from Google.
V2 is still in beta mode.