Google Sheets
Access Token Terminal’s data in Google Sheets
Installing Token Terminal for Sheets
You can find the Token Terminal for Sheets plugin in the Google Workspace Marketplace.
- Click the Install button in the upper right hand corner.
- Choose the account where you’d like to add the plugin and follow the prompts to allow the appropriate permissions to your Google account.
- Once installed, you can access the Token Terminal for Sheets plugin from the Extensions menu in Google Sheets.
Using Token Terminal for Sheets
Once the plugin is installed, you can start using Token Terminal functions in your Google Sheets.
- Create a new spreadsheet
- Start the plugin by navigating to Extensions -> Token Terminal Sheets -> Open
- In any cell, begin using functions by typing “TT”, e.g.
=TT("ethereum", "fees")
Syntax Guide
Check out our syntax guide for more information on how to use the TT function.
Common issues
Fetch limits
Google limits plugin users to 20,000 data pulls per day. If you run into this limit, you will observe the following error: Service invoked too many times for one day: urlfetch.
You can read more about this in the Google documentation.
Sharing Sheets
When sharing sheets, be advised that the URL Fetch Limit counts towards the owner of the sheet. Therefore if you share a sheet, it is recommended you share it in View Only mode in order to reduce data pulls counted towards yourself.
Performance
Google Sheets has a few performance limitations that ultimately reduce the quality of offering we can provide.
- Only 30 functions can run simultaneously.
- If more than 30 functions are requested, the remaining functions are queued and will wait until upstream functions are finished.