/synthetix_v3_analytics

Primary LanguageJupyter NotebookMIT LicenseMIT

Synthetix_v3 Subgraph Analytics

Uses perps v3 base subgraph to query perps v3 analytics

Installation:

Install virtualenv:

python -m venv .venv
source .venv/bin/activate

Install from github source:

pip install git+https://github.com/Evan-Kim2028/synthetix_v3_analytics.git

Then make a .env file and replace subgraph_endpoint with a valid base perps v3 endpoint ENDPOINT="my_subgraph_endpoint"