Skip to content

Instantly share code, notes, and snippets.

@frankzhao
frankzhao / btcmarkets.py
Last active June 10, 2018 04:17
Example BTC Markets websocket api implementation
#!/usr/bin/env python
"""
btcmarkets.py
usage: python btcmarkets.py 'socket.btcmarkets.net' 443
Example BTC Markets websocket api implementation based on
https://github.com/BTCMarkets/API/wiki/websocket