Huobi Python SDK
Project description
Huobi Python SDK
Requirements
Python>=3.6
Installaton
pip install huobi
Usage
Rest API
Example:
>>> from huobi import HuobiRestClient
>>> client = HuobiRestClient(access_key=..., secret_key=...)
>>> tades = client.market_history_trade(symbol='ethusdt').data
To see all available methods and their arguments:
>>> from huobi import HuobiRestClient
>>> help(HuobiRestClient)
>>> help(HuobiRestClient.symbols)
Real Time API
NotImplemented
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
huobi-0.1.5.tar.gz
(8.1 kB
view details)
File details
Details for the file huobi-0.1.5.tar.gz
.
File metadata
- Download URL: huobi-0.1.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4a9c0705b7f408fb860afe1a76fe68a9bbd913ef234b2804d2b49f85981d27c |
|
MD5 | 32165f2063b7b14a3a96505d0f5a4527 |
|
BLAKE2b-256 | 5e64d8ae96bcfc0d4c8b3e7a209185a8aed242ddff6238d4441fd06d1f94c026 |