On-Chain Data, Utilities, References, and other Analytics on Optimism. Join the conversation with other numba nerds in the #analytics channel in the Optimism Discord.
A select list of Optimism data dashboards:
- Perpetuals Market (by rplust)
- Total Value Locked in DeFi (by Defillama)
- App Fees & Revenue (by Defillama)
- DEX Trade Volume (by Defillama)
For scripts which use APIs from providers with API keys, add the lines like below in a .env file (Replace with your API key - remember to add to gitignore):
DUNE_API_KEY = 'Your API Key'
FLIPSIDE_SHROOMDK_KEY = 'Your API Key'
Common python packages used include
- pandas
- requests
- os
- dune-client