blockfrost-python icon indicating copy to clipboard operation
blockfrost-python copied to clipboard

Python 3 SDK for the Blockfrost.io API.

Results 8 blockfrost-python issues
Sort by recently updated
recently updated
newest added

For example, the Rust and Node SDKs are exposing an async API (based on async/await). This Python SDK is exposing a sync API on the other hand. If I'd like...

enhancement

I'm trying to use blockfrost on the front-end with pyscript. However, it throws SSL errors as pyscript/pyodide does not support the `requests` library, see Stackoverflow: https://stackoverflow.com/questions/72585785/caused-by-sslerrorcant-connect-to-https-url-because-the-ssl-module-is-not-av Would it be possible...

I have tried around 40 wallet ids to get their balance for dummy testing. On some wallets (10 / 40 wallets) it says - "{'status_code': 404, 'error': 'Not Found', 'message':...

question

Check out the following address: https://cardanoscan.io/address/71d5eb5b8bbc21ff1efd496ad2d7572708fa1a63f320724f8e58d15035 When calling ``` utxos = api.address_utxos(address="addr1wyqvpuscfzpcgqmax4javp2k5jkxvdcer3qtstegdgktvkg3p2u55") print(utxos) ``` I get `[]` For other addresses built with the same contract it works just fine. Thanks

I am working on an open source project called `minswap-py` that uses `blockfrost-python` to submit requests. I think the package is great, but could be greatly improved with a nominal...

This pull request adds the new Cardano governance API endpoints and improves transaction-related test coverage by using temporary files for transaction submission and evaluation. The changes ensure the correctness of...

https://docs.blockfrost.io/#tag/cardano--governance