We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems like all standard WebSockets events listed here are not currently working, as shown in the test below:
I can only get a correct response when sending the { "event": "ping" } message.
{ "event": "ping" }
The text was updated successfully, but these errors were encountered:
Related? https://stackoverflow.com/questions/52275678/blockcypher-websocket-endpoint-not-working
Sorry, something went wrong.
Related blockcypher/node-client#27. Will leave that issue open.
You must have a TOKEN after the query. It will works without token but you'll quickly reach your limit.
No branches or pull requests
It seems like all standard WebSockets events listed here are not currently working, as shown in the test below:
I can only get a correct response when sending the
{ "event": "ping" }
message.perhaps related to #247
The text was updated successfully, but these errors were encountered: