Skip to content

the-praxs/DeFiLlama-Curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)