{"id":21523584,"url":"https://github.com/nickatnight/birdeye-py","last_synced_at":"2025-07-27T09:36:55.390Z","repository":{"id":264390075,"uuid":"892188039","full_name":"nickatnight/birdeye-py","owner":"nickatnight","description":"Python API wrapper for birdeye.so","archived":false,"fork":false,"pushed_at":"2024-12-17T05:33:16.000Z","size":91,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T11:26:28.142Z","etag":null,"topics":["api","api-wrapper","birdeye","birdeyesolana","blockchain","cryptocurrency","data-aggregation-api","dexscreener","dextools","github-actions","python","python3","ruff","solana","uv"],"latest_commit_sha":null,"homepage":"https://birdeye.so/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickatnight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T16:54:01.000Z","updated_at":"2025-03-06T21:32:31.000Z","dependencies_parsed_at":"2024-11-23T23:19:49.295Z","dependency_job_id":"3991a5dd-85d2-4d12-a718-4c9f8f3a1fac","html_url":"https://github.com/nickatnight/birdeye-py","commit_stats":null,"previous_names":["nickatnight/birdeye-py"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fbirdeye-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fbirdeye-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fbirdeye-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickatnight%2Fbirdeye-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickatnight","download_url":"https://codeload.github.com/nickatnight/birdeye-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251303789,"owners_count":21567755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","birdeye","birdeyesolana","blockchain","cryptocurrency","data-aggregation-api","dexscreener","dextools","github-actions","python","python3","ruff","solana","uv"],"created_at":"2024-11-24T01:18:38.140Z","updated_at":"2025-04-28T11:26:38.118Z","avatar_url":"https://github.com/nickatnight.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# birdeye-py\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/nickatnight/birdeye-py/actions\"\u003e\n        \u003cimg alt=\"GitHub Actions status\" src=\"https://github.com/nickatnight/birdeye-py/actions/workflows/main.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/nickatnight/birdeye-py\"\u003e\n        \u003cimg alt=\"Coverage\" src=\"https://codecov.io/gh/nickatnight/birdeye-py/branch/main/graph/badge.svg?token=QKVhAbDk1g\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/birdeye-py/\"\u003e\n        \u003cimg alt=\"PyPi Shield\" src=\"https://img.shields.io/pypi/v/birdeye-py\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.python.org/downloads/\"\u003e\n        \u003cimg alt=\"Python Versions Shield\" src=\"https://img.shields.io/badge/Python-3.9+-blue?logo=python\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://birdeye-py.readthedocs.io/en/stable/\"\u003e\u003cimg alt=\"Read The Docs Badge\" src=\"https://img.shields.io/readthedocs/birdeye-py\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypistats.org/packages/birdeye-py\"\u003e\n        \u003cimg alt=\"Download Shield\" src=\"https://img.shields.io/pypi/dm/birdeye-py\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/nickatnight/birdeye-py/blob/main/LICENSE\"\u003e\n        \u003cimg alt=\"License Shield\" src=\"https://img.shields.io/github/license/nickatnight/birdeye-py\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n- 🪙 **BirdEye** Supports all BirdEye data services [apis](https://docs.birdeye.so/docs/overview).\n- ♻️ **Retry Strategy** Sensible defaults to reliably retry/back-off fetching data from the api\n- ✏️ **Code Formatting** Fully typed with [mypy](https://mypy-lang.org/) and code formatters [black](https://github.com/psf/black) / [isort](https://pycqa.github.io/isort/)\n- ⚒️ **Modern tooling** using [uv](https://docs.astral.sh/uv/), [ruff](https://docs.astral.sh/ruff/), and [pre-commit](https://pre-commit.com/)\n- 📥 **GitHub Actions** CI/CD to automate [everything](.github/workflows/main.yml)\n- ↩️ **Code Coverage** Fully tested using tools like [Codecov](https://about.codecov.io/)\n- 🐍 **Python Support** All minor [versions](https://www.python.org/downloads/) from 3.9 are supported\n\n## Installation\n```sh\n$ pip install birdeye-py\n```\n\n## Usage\n```python\nfrom birdeyepy import BirdEye\n\n# get price of a token on the solana blockchain\nclient = BirdEye(api_key=\"your-api-key\")\n\nclient.defi.price(\n    address=\"Gr11mosZNZjwpqnemXNnWs9E2Bnv7R6vzaKwJTdjo8zQ\",\n    include_liquidity=True,  # can also use strings 'true' or 'false'\n)\n```\n\n## Documentation\nSee ful documentation [here](https://birdeye-py.readthedocs.io/en/stable/), or API [docs](https://docs.birdeye.so/docs/overview)\n\n---\n\nIf you would like to support development efforts, tips are greatly appreciated. SOL wallet address: HKmUpKBCcZGVX8RqLRcKyjYuY23hQHwnFSHXzdon4pCH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickatnight%2Fbirdeye-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickatnight%2Fbirdeye-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickatnight%2Fbirdeye-py/lists"}