Versión de Huobi Huobi Exchange Websocket SDK-Python

Este artículo presenta la versión de Huobi Huobi Exchange Websocket SDK-Python

# -*- coding: utf-8 -*-
#author: 比特量化
#pip3 install websocket-client==0.46.0

import websocket 
import gzip
import time,datetime
import json

if __name__ == '__main__':

    try:
        ws = websocket.create_connection("wss://api.huobi.pro

Supongo que te gusta

Origin blog.csdn.net/bitquant/article/details/105792439
Recomendado
Clasificación