Python wrapper Library using Koios API for accessing information stored on the Cardano Blockchain
Project description
Koios Python
Overview
Koios Python is Python wrapper which allow interacting with all information and parameters stored on the Cardano blockchain using Koios REST API
What is Koios Python?
Koios Python is a library based on Koios Elastic Query Layer for Cardano Node by Cardano Community Guild Operators.
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.
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.
This library allows getting data from the Cardano Blockchain using a simple syntaxis in your Python code. All the querys follow Koios API REST operations.
Required Python Modules
Installation
pip install koios_python
Upgrade to the last Version
pip install --upgrade koios_python
Usage
Import to your python file this library:
import koios_python
You can read all info about how works this library in our Wiki
TODO
- Adding Pagination for all queries where makes sense (At the moment, there are a bunch with this feature)
- Managing errors
- Inside functions
- Pagination
- User Inputs
- Timeouts
- Adding Vertical Filtering
- Adding Async methods
Features
- Supported REST Services:
- Network
- Chain Tip
- Genesis Info
- Historical Tokenomic Statistics
- Epoch
- Epoch Information
- Epoch's Protocol Parameters
- Epoch Blocks Protocol
- Block
- Block List
- Block Information
- Block Transactions
- Transactions
- Transaction Information
- Transaction UTxOs
- Transaction Metadata
- Transaction Metadata Labels
- Transaction Submission
- Transaction Status (Block Confirmations)
- Address
- Address Information
- Address Transactions
- Transactions from Payment Credentials
- Address Assets
- Account
- Account List
- Account Information
- Account Information Cached
- Account Rewards
- Account Updates (History)
- Account Addresses
- Account Assets
- Account History
- Asset
- Asset List
- Asset Address List
- Asset Information
- Asset History
- Asset Policy Information
- Asset Summary
- Asset Transaction History
- Pool
- Pool List
- Pool Information
- Stake Snapshot
- Pool Delegators List
- Pool Blocks
- Pool Stake, Block and Reward History
- Pool Updates (History)
- Pool Relays
- Pool Metadata
- Script
- Native Script List
- Plutus Script List
- Script Redeemers
- Datum Information
- Network
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for koios_python-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2950279b47fd1e9cfaabd9c20bb839e78f19a1dd81b61edc0d0d6bcbacca6571 |
|
MD5 | 6e897dc2e018ced6e62b34ccdb95e113 |
|
BLAKE2b-256 | 742d744080ca3eaebf11dca55996620d9eca0361a4e046d79ce895f7ec9e6845 |