Python wrapper for birdeye.so api
Project description
birdeye-py
Features
- 🪙 BirdEye Supports all BirdEye data services apis.
- ♻️ Retry Strategy Sensible defaults to reliably retry/back-off fetching data from the api
- ✏️ Code Formatting Fully typed with mypy and code formatters black / isort
- ⚒️ Modern tooling using uv, ruff, and pre-commit
- 📥 GitHub Actions CI/CD to automate everything
- ↩️ Code Coverage Fully tested using tools like Codecov
- 🐍 Python Support All minor versions from 3.9 are supported
Installation
$ pip install birdeye-py
Usage
from birdeyepy import BirdEye
# get price of a token on the solana blockchain
client = BirdEye(api_key="your-api-key")
client.defi.price(
address="Gr11mosZNZjwpqnemXNnWs9E2Bnv7R6vzaKwJTdjo8zQ",
include_liquidity=True, # can also use strings 'true' or 'false'
)
Documentation
See ful documentation here, or API docs
If you would like to support development efforts, tips are greatly appreciated. SOL wallet address: HKmUpKBCcZGVX8RqLRcKyjYuY23hQHwnFSHXzdon4pCH
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
birdeye_py-0.0.9.tar.gz
(11.9 kB
view details)
File details
Details for the file birdeye_py-0.0.9.tar.gz.
File metadata
- Download URL: birdeye_py-0.0.9.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
018e6b5ab5b857a1a98450c8e8af72ceefdf5f8a964aac0d610350a46042a6ce
|
|
| MD5 |
7e2f06161453b03a6e777c9f1c5ef1b7
|
|
| BLAKE2b-256 |
6f7073ab5b3f510bea46fd5d10dc7dee79be93788a3132d0c0d8ebba5cdb837f
|