API Reference

accountUnsubscribe

Unsubscribe from account change notifications.

Parameters

Number, [Required] Id of the account Subscription to cancel.

Responses

<bool> - unsubscribe success message.

Examples

Example Requests

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "accountUnsubscribe",
  "params": [0]
}

Example responses

{ "jsonrpc": "2.0", "result": true, "id": 1 }