Data on MakerDAO

Available data sources to support learning

Data Sources

Source

MakerDAO Governance Tracker

Description
  • CSV exports available on the tracker's website

  • Comprehensive API endpoints

Screenshot

Source

Maker Burn

Description

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

Screenshot

Source

Maker Governance Portal

Description
  • Website with great UI to explore information on proposals and delegates

  • Limited API endpoints covering key governance metrics

Screenshot

Source

Dune Analytics

Description
  • Crowdsourced, customizable dashboards that retrieve and visualize data on blockchains.

  • Provides powerful analysis with simple SQL queries

Screenshot

Source

Crypto Data Aggregators

Description

Data aggregators can provide data on:

  • distribution of tokens

  • transaction fees on the Ethereum blockchain

  • costs of borrowing governance tokens

Screenshot

API and Scripts

API Tool

  • RapidAPIarrow-up-right - 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

circle-info

First, try out the API endpoints using web interface or API tools such as RapidAPI.

Then, write R scripts to access specific API endpoints, retrieve data of interest, and parse them into table formats (e.g., csv, xlxs).

Scripts

MCD Governance Tracker

More information available at https://data-api.makerdao.network/docsarrow-up-right

Maker Governance Portal

More information available at https://vote.makerdao.com/api-docsarrow-up-right

Creative Commons Licencearrow-up-right

Β© 2023 Xule Lin & Ying-Ying Hsieh. This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International Licensearrow-up-right.

Last updated