我想立即获得我的订单状态。我查看了下面的文档,但我不知道如何使用WebSocket获取我的未结订单。
https://python-binance.readthedocs.io/en/latest/websockets.html
https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams
我可以在这个链接上看到我的开放订单,但我想用WebSocket来做。
orders = client.get_open_orders(symbol='BNBBTC')
https://python-binance.readthedocs.io/en/latest/account.html#id6
2条答案
按热度按时间jucafojl1#
它不是WebSocket的替代品,但我修复了setInterval的问题。
后端app.py
js side chart.js
我像这样在index.html中添加引用。
8zzbczxx2#
安装Unicorn Binance WebSocket API:
如何通过Binance WebSocket API查询所有未结订单的完整示例:
更多信息:https://medium.lucit.tech/create-and-cancel-orders-via-websocket-on-binance-7f828831404