Data on MakerDAO
Available data sources to support learning
Data Sources
MakerDAO Governance Tracker
CSV exports available on the tracker's website
Comprehensive API endpoints

Maker Burn
Rundown of collaterals and other financial information (e.g., expenses, treasury) via a nice web interface

Maker Governance Portal
Website with great UI to explore information on proposals and delegates
Limited API endpoints covering key governance metrics

Dune Analytics
Crowdsourced, customizable dashboards that retrieve and visualize data on blockchains.
Provides powerful analysis with simple SQL queries
MakerDAO - Dashboard by @SebVentures

Crypto Data Aggregators
Data aggregators can provide data on:
distribution of tokens
transaction fees on the Ethereum blockchain
costs of borrowing governance tokens

API and Scripts
API Tool
RapidAPI - Mac
Returns data in JSON format
RStudio - Mac and Windows
Require transforming of openapi.json files into R scripts, can be quickly done via ChatGPT (sample script available below)
Easier manipulation of return data (e.g., parse json data into table formats)
openapi.json files are available to download via API webpages and the Open API json files tab below
Scripts
MCD Governance Tracker
Maker Governance Portal
API for Maker Governance Portal (transformed by ChatGPT)
Note: This script is based on V1, while the V2 has been implemented at https://vote.makerdao.com/api-docs.
© 2023 Xule Lin & Ying-Ying Hsieh. This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Last updated