Table of contents
What
In 2021, I wrote a Python SDK for the DeFi Pulse Data APIs and published it to PyPi.
Why
DeFi Pulse was a website and product that produced a lot of valuable content RE: crypto decentralized finance (defi or DeFi) products, including marketing content as well as a variety of REST APIs for finding information about the DeFi ecosystem.
In 2021 I was following DeFi products closely, relied on DeFi Pulse’s content and APIs, and noticed that members of the DeFi Pulse Discord were frequently asking about the APIs and posting code snippets in Python.
I thought it would be a nice contribution to the community to just make a Python SDK to wrap the APIs, so I wrote and published a package on PyPi.
Code
Stack / Technology
- Python