I am new here, and in programing. until toady I got all my answer here, but I was not able to find id this time so this is my code
from bitmex_websocket import BitMEXWebsocket
ws = BitMEXWebsocket(endpoint="https://testnet.bitmex.com/api/v1",symbol="XBTUSD", api_key=None, api_secret=None)
fuNd = ws.funds()
print(fuND)
I got this error:
ImportError: cannot import name 'WebSocketApp' from 'websocket' (/Users/raphaelhen/Desktop/websocket.py)
I downloaded all the Websocket package so I really don't understand the problem? thanks!