{"id":38966128,"url":"https://github.com/cardano-community/koios-python","last_synced_at":"2026-01-17T16:30:37.659Z","repository":{"id":40438661,"uuid":"487660877","full_name":"cardano-community/koios-python","owner":"cardano-community","description":"Python API Library for Cardano Koios RESTful ","archived":false,"fork":false,"pushed_at":"2024-03-02T18:34:46.000Z","size":877,"stargazers_count":19,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-28T09:18:38.897Z","etag":null,"topics":["api","cardano","cardano-community","explorer","koios","python","rest","restful"],"latest_commit_sha":null,"homepage":"","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/cardano-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-01T23:00:21.000Z","updated_at":"2025-04-25T14:40:57.000Z","dependencies_parsed_at":"2024-01-24T23:48:31.676Z","dependency_job_id":"93183489-475b-4895-a456-0d0e60b9a679","html_url":"https://github.com/cardano-community/koios-python","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/cardano-community/koios-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-community%2Fkoios-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-community%2Fkoios-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-community%2Fkoios-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-community%2Fkoios-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cardano-community","download_url":"https://codeload.github.com/cardano-community/koios-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardano-community%2Fkoios-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","cardano","cardano-community","explorer","koios","python","rest","restful"],"created_at":"2026-01-17T16:30:36.918Z","updated_at":"2026-01-17T16:30:37.636Z","avatar_url":"https://github.com/cardano-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Logo-Python-Koios](https://github.com/cardano-community/koios-python/assets/82296005/46656e85-e292-4975-99df-e03dd1f4f9ae)\n\n\n# Koios Python ![PyPI - Python Version](https://img.shields.io/badge/python-%3E%3D3.8-blue) [![PyPI - Python Version](https://img.shields.io/badge/pypi%20package-v2.0.0-green)](https://pypi.org/project/koios-python/)\n\n## Overview\n**Koios Python** is Python wrapper which allow interacting with all information and parameters stored on the Cardano blockchain using [Koios REST API](https://api.koios.rest/)\n\n\n## What is Koios Python? \n**Koios Python** is a library based on [Koios](https://www.koios.rest/) Elastic Query Layer for [Cardano Node](https://github.com/input-output-hk/cardano-node/) by [Cardano Community Guild Operators](https://github.com/cardano-community). \u003cbr\u003e\n**Koios** is best described as a Decentralized and Elastic RESTful query layer for exploring data on Cardano blockchain to consume within applications/wallets/explorers/etc. \u003cp\u003e\n**Koios** is really useful for developers because resource and maintenance requirements for Cardano blockchain components (e.g. cardano-node, cardano-db-sync) are ever-growing. It also simplifies how to query complex information from the blockchain.\n    \nThis library allows getting data from the Cardano Blockchain using a simple syntaxis in your Python code. All the querys follow Koios API REST operations.\n\nRequired Python Modules\n--------------\n* https://pypi.python.org/pypi/requests\n\n## Installation [![PyPI Latest Release](https://img.shields.io/badge/pypi%20package-v2.0.0-green)](https://pypi.org/project/koios-python/)\n```python\npip install koios_python\n```\n    \n## Upgrade to the last Version\n```python\npip install --upgrade koios_python\n```\n    \n## Usage\nImport to your python file this library:\n    \n```python\nimport koios_python\n```\n\nYou can read all info about how works this library in our [Wiki](https://github.com/cardano-community/koios-python/wiki)\n    \n## TODO\n- [x] Managing errors \n- [x] Inside functions \n- [x] Pagination (most functions have it added)\n- [x] User Inputs\n- [x] Timeouts\n- [x] Ordering\n- [ ] Adding Vertical Filtering\n- [ ] Adding Async methods\n\n\n\n## Features  \n- Supported REST Services:\n    - [x] Network\n        - Chain Tip\n        - Genesis Info\n        - Historical Tokenomic Statistics\n        - Param Update Proposals\n        - Reserve Withdrawals\n        - Treasury Withdrawals\n          \n    - [x] Epoch\n        - Epoch Information\n        - Epoch's Protocol Parameters\n        - Epoch Blocks Protocol\n          \n    - [x] Block\n        - Block List\n        - Block Information\n        - Block Transactions\n          \n    - [x] Transactions\n        - UTxO Information\n        - Transaction Information\n        - Transaction UTxOs [Deprecated]\n        - Transaction Metadata\n        - Transaction Metadata Labels\n        - Transaction Submit\n        - Transaction Status (Block Confirmations)\n          \n    - [x] Stake Account\n        - Account List\n        - Account Information\n        - Account Information Cached\n        - UTxOs for Stake Addresses (accounts)\n        - Account Transactions\n        - Account Rewards\n        - Account Updates (History)\n        - Account Addresses\n        - Account Assets\n        - Account History\n\n    - [x] Address\n        - Address Information\n        - Address UTxOs\n        - Address Transactions\n        - Transactions from Payment Credentials\n        - Address Assets\n          \n    - [x] Asset\n        - Asset List\n        - Policy Asset List\n        - Asset Token Registry\n        - Asset Information (Bulk)\n        - Asset Information\n        - Asset UTxOs\n        - Asset History\n        - Asset Addresses\n        - NFT Address\n        - Policy Asset Address List\n        - Policy Asset Information\n        - Asset Summary\n        - Asset Transactions\n        - Asset Policy Information [DEPRECATED]\n        - Asset Address List [DEPRECATED]\n\n    - [x] Pool\n        - Pool List\n        - Pool Information\n        - Pool Stake Snapshot\n        - Pool Delegators List\n        - Pool Delegators History\n        - Pool Blocks\n        - Pool Stake, Block and Reward History\n        - Pool Updates (History)\n        - Pool Registrations\n        - Pool Retirements\n        - Pool Relays\n        - Pool Metadata\n          \n    - [x] Script\n        - Script Information\n        - Native Script List\n        - Plutus Script List\n        - Script Redeemers\n        - Script UTxOs\n        - Datum Information\n\n    - [x] Ogmios\n        - Query\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardano-community%2Fkoios-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcardano-community%2Fkoios-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardano-community%2Fkoios-python/lists"}