Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

README

环境要求

python 2

Demo说明

Client.py 演示使用websocket获取深度和K线数据

使用指南

先通过指令pip install websocket-client导入仓库
运行python Client.py(内含调用格式)进行方法调用
方法具体参数和数据请通过
	https://gateio.io/docs/websocket/index.html?python?
		进行查看