python-binance-chain icon indicating copy to clipboard operation
python-binance-chain copied to clipboard

Binance Chain Exchange API python implementation for automated trading

Results 31 python-binance-chain issues
Sort by recently updated
recently updated
newest added

Updated versions to fix poetry issue ``` SolverProblemError Because no versions of two1 match >3.10.8,3.10.9 and two1 (3.10.8) depends on requests (=3.10.8,3.10.9) requires requests (=3.10.8), pywallet (>=0.1.0) requires two1 (>=3.10.8)....

`'pkg-config' is required to install this package.` ^I get this error while installing the package. The same error appears for `secp256k1` module. I tried `pip install pkgconfig` and also followed...

Hello, I have an issue when broadcasting my transactions with the following error : "APIError(code=401): signature verification failed" After investigation, I've found that the "/" in my memo is responsible...

Hi. I searched a lot to find the binance chain testnet faucet but all I could find was [binance smart chain faucet](https://testnet.binance.org/faucet-smart) that obviously doesn't fund binance chain testnet wallets....

Mainly seems to be because `from binance_chain.http import HttpApiClient` OS is mac os

I see "For Windows environments" in the Documentation, however I also see: > If having issues with secp256k1 check the Installation instructions for the sec256k1-py library Which I indeed run...

Pycoin returns invalid int for format parameter without resolve `{id}`. This fix the issue

I can't install on a virtual environment on Windows 10. Python 3.9.1 Windows 10 Pro OS build: 19042.867 This is my error log ``` ERROR: Command errored out with exit...

Before `msg.to_hex_data()` is return `b'd601233...'` ,but now return `'d601233...'`