HyperPaxeer NetworkPaxeer Network
API Reference

Subscribe for events via WebSocket.

GET
/subscribe

NOTE: if you're not reading events fast enough, Tendermint might terminate the subscription.

Query Parameters

query*string

Response Body

application/json

application/json

curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/subscribe?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"
}