Metadata-Version: 2.1
Name: koios-api
Version: 1.0.0
Summary: A python package for the Cardano Blockchain Koios API (https://api.koios.rest/)
Author-email: APEX Stake Pool <cardanoapexpool@gmail.com>
Project-URL: Homepage, https://github.com/cardano-apexpool/koios-api-python
Project-URL: Bug Tracker, https://github.com/cardano-apexpool/koios-api-python/issues
Keywords: koios,cardano,blockchain,REST,API
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# koios-api-python
A python package for the Cardano Blockchain Koios API (https://api.koios.rest/)

## Modules

### Network
    get_tip
    get_genesis
    get_totals

### Epoch
    get_epoch_info
    get_epoch_params
    get_epoch_block_protocols

### Block
    get_blocks
    get_block_info
    get_block_txs

### Transactions
    get_tx_info
    get_tx_utxos
    get_tx_metadata
    get_tx_metalabels
    submit_tx
    get_tx_status

### Address
    get_address_info
    get_address_txs
    get_address_assets
    get_credential_txs

### Account
    get_account_list
    get_account_info
    get_account_rewards
    get_account_updates
    get_account_addresses
    get_account_assets
    get_account_history

### Asset
    get_asset_list
    get_asset_address_list
    get_asset_info
    get_asset_history
    get_asset_policy_info
    get_asset_summary
    get_asset_txs

### Pool
    get_pools_list
    get_pool_info
    get_pool_stake_snapshot
    get_pool_delegators
    get_pool_delegators_history
    get_pool_blocks
    get_pool_history
    get_pool_updates
    get_pool_relays
    get_pool_metadata
    get_retiring_pools

### Script
    get_native_script_list
    get_plutus_script_list
    get_script_redeemers
