python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kucoin websocket latency
I collect tick data from kucoin's api using python and websocket.
The endpoint id ticker:all so it mean's i receive all ticks from all symbol.
async def websocketConnect():
async def event(msg):
...
michaelForb
Votes: 0
Answers: 1
I have a problem in Trading with Kucoin API (Python)
I tried to do API trading in Kucoin. I developed a bot that is finding the trading opportunities well, while I encountered problems in making new orders. Pls check the code and help me to make it func...
Javad
Votes: 0
Answers: 3
Can't receive any data from websocket - Only "sleeping to keep loop open"
When using the sample code in the wiki of python-kucoin:
https://python-kucoin.readthedocs.io/en/latest/websockets.html
I keep on getting "sleeping to keep loop open" while in debug mode (I ...

JejeBelfort
Votes: 0
Answers: 1