You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns DEXes' (decentralized exchanges) Total Cryptocurrency Value Locked ($)
=CRYPTOTVL("DEX ticker/name")
EXAMPLE =CRYPTOTVL("UNI")
DEX Liquidity Provider Taker's rate
Returns DEXes' (decentralized exchanges) takers fee that compensates liquidity providers.
=CRYPTODEXFEE("DEX PLATFORM ticker/name")
EXAMPLE =CRYPTODEXFEE("MAKER")
New tradable pairs on UNISWAP, SUSHISWAP, PANCAKESWAP
Returns new tradable pairs on Uniswap, giving constraints on the number of Days Active, the Volume ($), the Liquidity ($), the number of Transactions
=UNISWAP(days,volume,liquidity,tx_count)
EXAMPLE =UNISWAP(5,10000,10000,100)
=SUSHISWAP(days,volume,liquidity,tx_count)
EXAMPLE =SUSHISWAP(5,10000,10000,100)
=PANCAKESWAP(days,volume,liquidity,tx_count)
EXAMPLE =PANCAKESWAP(5,10000,10000,100)
CRYPTO TOOLS SETUP
1. Open a Google sheet where you wish to use CRYPTOBALANCE(), CRYPTOLENDING(), CRYPTOSTAKING() or CRYPTOREWARDS(), UNISWAP(), DEXPRICES() etc ..
2. Go to Tools › Script editor
3. Copy the content of CRYPTOTOOLS and paste it in the script editor (replace any existing content).
4. Save the script with File › Save, name it CRYPTOTOOLS, then close the script editor
5. Back to your Google sheet, refresh the page, a CRYPTOTOOLS menu will appear next to Help with more information about the , CRYPTOBALANCE, CRYPTOSTAKING, CRYPTOREWADS & CRYPTOLENDING, UNISWAP, DEXPRICES functions.
Now the functions are available for use! Try it out!