Blockcypher Websocket终结点不工作

Blockcypher Websocket终结点不工作,websocket,blockcypher,Websocket,Blockcypher,我正在使用Blockcypher API来测试比特币交易,但websocket API端点有问题。 创建新Websocket后发送常规ping对象时,效果良好: this.ws.onopen = () => { this.ws.send(JSON.stringify({"event": "ping"})) 但是,当试图检查像这样的交易的可信度时,我们会得到一个错误 this.ws.onopen=()=>{ this.ws.send(JSON.stringify({event:'tx

我正在使用Blockcypher API来测试比特币交易,但websocket API端点有问题。 创建新Websocket后发送常规ping对象时,效果良好:

this.ws.onopen = () => {
  this.ws.send(JSON.stringify({"event": "ping"})) 
但是,当试图检查像这样的交易的可信度时,我们会得到一个错误

this.ws.onopen=()=>{
this.ws.send(JSON.stringify({event:'tx confidence',address:'',confidence:0.9}))

数据类型有什么问题吗?任何帮助都会很好


你可能达到了极限。考虑在WebSutoCURL的末尾添加你的CopyCyfor令牌。这在文档中是被遗忘的。

你能解决这个问题吗?嗨,Ronin,很不幸没有。我已经和他们联系过了,但是他们没有回应。我用了每20秒用一个StInItVALL定时器请求的正常GET。(不应该扩展速率限制)好的,谢谢你的回复。你可能想考虑使用其他服务,比如BuffChin。