在wss://ws-feed.gdax.com上编写bash脚本以连接到GDAX的Websocket Feed,但是在我得到curl时似乎不支持此功能
curl "wss://ws-feed.gdax.com" curl: (1) Protocol "wss" not supported or disabled in libcurl
好吧,您可以尝试模拟所需的标头以使用curl获得一些响应:
另外,还有其他与WebSocket服务器通信的方式,例如