websocket_test
Project description
# pip install zerocap-websocket-test -i https://www.pypi.org/simple/
# demo:
# from zerocap_websocket_test import ZerocapWebsocketTest # # API key and secret required # apiKey = “*” # apiSecret = “*” # # websocket = ZerocapWebsocketTest(apiKey, apiSecret) # # # Subscribe to Market data # market_connect = websocket.get_market() # # # Subscription order updates and transaction records # orders_connect = websocket.get_orders() # # while True: # # Get subscription messages # message = websocket.get_message(market_connect) # # print(f”Receiving message from server: n{message}”) # if not message: # print(“Connection close”) # break
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
File details
Details for the file zerocap_websocket_test-1.0.7.tar.gz
.
File metadata
- Download URL: zerocap_websocket_test-1.0.7.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50e34c44a2c5a024c5ce27a7f2e362cc50e947915a57f42776d96beaecbd3407 |
|
MD5 | 4fa07359fc5fee801dcf5130d8210408 |
|
BLAKE2b-256 | aac0df6c8c1a9db29a578e93e7b6fe7d23edb694da97ee9430e718fef2d4192c |