defillama API Module
Project description
defillamaAPI
API Collection of DefiLlama (https://defillama.com/docs/api)
Splitted the endpoints categories on defillama's 'docs as a seperate class, so that user can import only required category endpoints.
Installation:
use pip to install:
pip install defillamaAPI
Example usage:
from defillamaAPI import TVL, Stablecoins
# initialize TVL api client
defillama_tvl = TVL()
# initialize Stablecoins api client
defillama_stablecoins = Stablecoins()
# Get all protocols data
protocols = defillama_tvl.get_protocols()
# Get all stablecoins along with their circulating amounts
stablecoins = defillama_stablecoins.get_all_stablecoins()
Task ToDo
- Add Doc string details for all endpoints
- User can select if he wants pandas dataframe or just response json
- Test with other versions of python ( Although used only requests and time module with no fancy methods)
This is open-source project, I am extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
defillamaAPI-0.0.4.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file defillamaAPI-0.0.4.tar.gz
.
File metadata
- Download URL: defillamaAPI-0.0.4.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9147eba4db38155873e27d4d2ad1b586c34227972980092b1a98a567450cbbd |
|
MD5 | 60fc47468f33a9aa04eb6b1ead2ba591 |
|
BLAKE2b-256 | ae6fc751ec9acc0a23b2f5fa6252a56acd117a56f1748a52645c57f550ce02b3 |
File details
Details for the file defillamaAPI-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: defillamaAPI-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f73c3927e1d854c1087c2dcf0422983045c9670248b9d79abbf9ad0b7b6e0c0 |
|
MD5 | cfe64b2ab7eee4aa5a637be50629301f |
|
BLAKE2b-256 | 5b59567fedc44797bda9b15057208ae600b128ce559eb0461ea9ac28b5f4b527 |