NEW FUNCTION: CRYPTOHOLDERS
Returns a table with the biggest holders by contract address and by chain:
=CRYPTOHOLDERS("0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82","bep")
https://t.co/ne21IxBDz8
Function CRYPTOHIST
Returns the historical cryptocurrency OHLC. Open, High, Close, Volume, Low.
For example:
=CRYPTOHIST("BTC","CLOSE","2020-01-01","2021-12-31")
Make sure you have the latest version of the cryptotools code which can be found here:
https://t.co/GccCIERhjR
#FUNCTION GECKOHISTBYDAY_ID
Imports CoinGecko's cryptocurrency price, volume and market cap into Google spreadsheets using the API ID from #Coingecko.
=GECKOHISTBYDAY_ID("matic-network","eur","price", "31-12-2021")
https://t.co/Ez1XqQCRzK
NEW UPDATE CRYPTODEXPRICE
You can now request USD prices on DEX exchanges
=CRYPTODEXPRICE("WETH","USD","UNI")
Will get the WETH price on Uniswap. Let me know if you encounter errors or if data is missing.
https://t.co/x164vf3hCn
#dex#data#sheets
@daniel_ingles There are 2 types of refreshing:
- the google sheet resfreshing time
- the coingecko/cryptotools refreshing time
For cryptodexprice, I only refresh the data every 2 to 5min.
@daniel_ingles You need to go in the Extension app scripts. By default, as shown on the above picture the cache is 10 minutes (600 seconds).
If you wish to lower it, you can change it manually. For example if you wish for 5min, you would need to put 300 instead of the 600 seconds.