linux websocket 400错误,无法连接到Binance websocket。我得到:WebSocketBadStatusException:握手状态400错误请求...
最新推荐文章于 2024-09-22 07:14:21 发布
最新推荐文章于 2024-09-22 07:14:21 发布
阅读量1.5k
import time
from binance.client import Client # Import the Binance Client
from binance.websockets import BinanceSocketManager # Import the Binance Socket Manager
# Although fine for tutorial purposes, your API Keys should never be placed directly in the script like below.
# You should use a config file (cfg or yaml) to store them and reference when needed.
PUBLIC = ''
SECRET = ''
# Instantiate a Client
client = Client(api_key=PUBLIC, api_secret=SECRET)
# Instantiate a BinanceSocketManager, passing in the client that you instantiated
bm = BinanceSocketManager(client)
# This is our callback function. For now, it just prints messages as they come.
def handle_message(msg):
print(msg)
# Start trade socket with 'ETHBTC' and use handle_message to.. handle the message.
conn_key = bm.start_trade_socket('ETHBTC', handle_message)
# then start the socket manager
bm.start()
# let some data flow..
time.sleep(10)
# stop the socket manager
bm.stop_socket(conn_key)
UNICORN
Bin
ance
WebSocket
API
| | 安装| 如何说明文件| 例子变更记录| 维基| 社会| 通知| 虫子| 贡献| 商业支持| 捐
一个非官方的Python API,用于在以下版本中使用
Bin
ance
Websocket
API(com + testnet,com-margin + testnet,com-isolated_margin + testnet,com-futures + testnet,jersey,us,tr,jex,dex / chain + testnet)一种简单,快速,灵活,强大且功能齐全的方式。
'UNICORN
Bin
ance
Suite'的一部分。
仅用3行代码即可创建到
Bin
ance
的多路
Websocket
连接
:
from unicorn_
bin
ance
_
websocket
_api.unicorn_
bin
ance
_
# get user data steam
APIKEY=xxxxxx npm run user
# Get margin account update from
websocket
APIKEY=xxxxxx APISECRET=xxxxx npm run margin-user
期货用户数据流
# Get user data steam on production
APIKEY=xxxxxx APISECRET=xxxxx
Bin
ance
REST和
WebSocket
API的包装。 同时使用promise和回调,并美化通常使用大量一个字母属性名称的
bin
ance
API响应。 有关
请求
的API和参数的更多信息,请访问
用法/示例
const api = require ( '
bin
ance
' ) ;
const
bin
ance
Rest = new api .
Bin
ance
Rest ( {
key : 'api-key' , // Get this from your account on
bin
ance
.com
secret : 'api-secret' , // Same for th
Bin
ance
DotNet
官方
Bin
ance
交换API的C#包装器
与.NET 4.5.1,.NET 4.5.2,.NET 4.6.1,.NETSTANDARD2.0兼容
该存储库为官方
Bin
ance
API提供了C#包装,并提供了速率限制功能(开箱即用10设置为10) ,允许用户提供自己的缓存实现的IAPICacheManager接口,涵盖了所有REST端点以及最佳实践解决方案以及强类型的响应和
请求
。 它基于最新的.NET Framework和.NET Core构建
随时提出问题,并
请求
请求
来改进图书馆。 如果你发现这个API有用的,你希望自己能回馈随时通过我的推荐链接注册到
Bin
anc
Traceback (most recent call last):
File "D:/spider_telegram/spider_17_deribit/spider_2_get_content.py", line 213, in <module>
hour_spider(item)
File "D:/spider_telegram/spider_17_derib...