On this page

latest contributor to this doc

Last Edit:

@smk762

disable

Using this method, you can disable specific streaming events.

ParameterTypeDescription
client_idintegerThis ID can be used to access data (e.g. via http://localhost:7783/event-stream?id=1)
streamer_idstringAn identifier for the data stream to disable.

POST
disable
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "stream::disable",
  "mmrpc": "2.0",
  "params": {
    "client_id": 1,
    "streamer_id": "BALANCE:MATIC"
  }
}