huobi
huobi copied to clipboard
Huobi python sdk
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.1.1 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [py](https://github.com/pytest-dev/py) from 1.6.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [ipython](https://github.com/ipython/ipython) from 6.5.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.11.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
I'm trying to call balance information using the code: ``` from huobi import HuobiRestClient client = HuobiRestClient(access_key='***-***-***-***', secret_key='***-***-***-***') balance_huobi = client.balance(account_id='372736492').data ``` In response I get HuobiRestiApiError ``` raise HuobiRestiApiError(...
It appears that all API calls seem to return a rather generic object relating to the call used, as an example: Not sure what is causing this issue exactly but...
loving the sdk, but anything in the works for margin and loan? it'd be awesome if i could use those with this sdk
as title stated, would be really helpful. thanks