On this page

latest contributor to this doc

Last Edit:

@gcharang

Disable Streaming

API-v2stream::disable

Using this method, you can disable specific streaming events.

Parameter* = requiredTypeDescription
client_id*
integer
This ID can be used to access data (e.g. via http://localhost:7783/event-stream?id=1)
streamer_id*
string
An identifier for the data stream to disable.

Parameter* = requiredTypeDescription
result
string
Optional. Success message confirming the stream was disabled

stream::disable

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

Parameter* = requiredTypeDescription
StreamerNotFound
string
Optional. The specified streamer_id was not found
UnknownClient
string
Optional. No client has an open connection using this client_id