A library for better communication with HitBTC Exchange API
Project description
A library for better communication with HitBTC Exchange API (HitBTC API Documentation)
Installation:
pip install HitBTCMonster
Example:
API
from HitBTCMonster.api.core import HitBTC
from HitBTCMonster.api.market import Market
from HitBTCMonster.api.trading import Trading
CORE = HitBTC(
public='YOUR_PUBLIC_KEY_HERE',
secret='YOUR_SECRET_KEY_HERE',
)
MARKET = Market(CORE)
TRADING = Trading(CORE)
# do stuff
WebSocket
from HitBTCMonster.wss.core import HitBTC
from HitBTCMonster.wss.market import Market
from HitBTCMonster.wss.trading import Trading
CORE = HitBTC(
public='YOUR_PUBLIC_KEY_HERE',
secret='YOUR_SECRET_KEY_HERE',
)
MARKET = Market(CORE)
TRADING = Trading(CORE)
# do stuff
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
HitBTCMonster-0.0.3.tar.gz
(4.8 kB
view details)
File details
Details for the file HitBTCMonster-0.0.3.tar.gz.
File metadata
- Download URL: HitBTCMonster-0.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28a18fd49ea90f16d6f1e2d86aeeb2d2a382012064440a38709ef741ccea8357
|
|
| MD5 |
cb182ba7b46426816c682447bb76c19c
|
|
| BLAKE2b-256 |
159955dc803b2e2cb251f063005281eaa3ffaf15f8a16b5c0b06579b74d49f7a
|