Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.29 KB

README.md

File metadata and controls

54 lines (35 loc) · 2.29 KB

DeFiLlama Python API

Python Conda Platforms Conda Downloads Last Updated

PyPi Wheel PyPi Downloads Documentation Status License


Unofficial Python 3 wrapper for the DeFiLlama API using the fantastic PyCurl module

Built from the ground up to be fast, reliable and easy to use.

For detailed information about the API endpoints, see DeFiLlama API Documentation

Installation:

Use either pip or conda to install:

pip install DeFiLlama-Curl
conda install -c conda-forge defillama-curl

Authentication:

Endpoints are accessible without requiring any API key.


Documentation:

Extensive documentation is available here.


Debugging

If you receive this error after importing the library, the solution can be found here. (Credits to imrane)

ImportError: pycurl: libcurl link-time ssl backends (secure-transport, openssl) do not include compile-time ssl backend (none/other)