bitkub / bitkub-official-api-docs

Official Documentation for Bitkub APIs
233 stars 202 forks source link

How to connect websocketapi #58

Open yedsod opened 2 years ago

yedsod commented 2 years ago

I need an example for a web socket API connection by python.

yedsod commented 2 years ago

I can connect now 😅😂😂

import websocket
websocket.enableTrace(True)
ws = websocket.WebSocketApp("url endpoint")
ws.run_forever()