HyperPaxeer NetworkPaxeer Network
API Reference

Unsubscribe from all events via WebSocket

GET
/unsubscribe_all

Unsubscribe from all events via WebSocket

Response Body

application/json

application/json

curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/unsubscribe_all"
{
  "id": 0,
  "jsonrpc": "2.0",
  "result": {
    "property1": null,
    "property2": null
  }
}
{
  "id": 0,
  "jsonrpc": "2.0",
  "error": "Description of failure"
}