HyperPaxeer NetworkPaxeer Network
API Reference

Unsubscribe from event on Websocket

GET
/unsubscribe

Query Parameters

query*string

Response Body

application/json

application/json

curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/unsubscribe?query=tm.event+%3D+%27Tx%27+AND+tx.height+%3D+5"
{
  "id": 0,
  "jsonrpc": "2.0",
  "result": {
    "property1": null,
    "property2": null
  }
}
{
  "id": 0,
  "jsonrpc": "2.0",
  "error": "Description of failure"
}