You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
这个demo其实是用go语言做数据收集,然后通过rpc给python调用,实际使用需要go的知识,不然你无法知道python怎么调用go语言封装的函数。。。
如果仅仅是想通过纯python获取行情数据,请移步:
https://github.com/Kucoin/kucoin-python-sdk
下面说下运行条件:
这个demo只给出了调用go语言的两个函数方法:"Server.GetOrderBook"和"Server.AddEventClientOidsToChannels",其他函数需要自己根据对go的理解去写,没有帮助文档。
他的适用场景可能是想通过go的性能获取与存储数据,然后让python等其他语言通过rpc调用。
所以如果仅仅是想通过纯python获取行情数据,请移步:
https://github.com/Kucoin/kucoin-python-sdk
The text was updated successfully, but these errors were encountered: