OKEx交易所Websocket SDK-Python版

本文介绍OKEx交易所Websocket SDK-Python版

# -*- coding: utf-8 -*-
#Author: 公众账号 比特量化  QQ:165501809
#pip3 install websocket-client==0.46.0

import websocket
import time,datetime
import json
import zlib

if __name__ == '__main__':

    try:
        ws = websocket.create_connection(&#

猜你喜欢

转载自blog.csdn.net/bitquant/article/details/105792500