Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Latest commit

History

History
25 lines (17 loc) 路 409 Bytes

File metadata and controls

25 lines (17 loc) 路 409 Bytes

Retrieving DAO tokens and pools data


  • We use The Graph Explorer to access the Uniswap subgraph and analyze the data related to a list of DAO tokens.

Steps

  1. Define private methods for querying
  2. Get DAO tokens' IDs
  3. Get currency tokens' IDs
  4. Get pool prices

Install dependencies:

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

鈼硷笍