blockchain.address.unsubscribe
blockchain.address.unsubscribe
Unsubscribe from a Bitcoin Cash or Nexa address, preventing future notifications if its status
changes.
Signature
Function: blockchain.address.unsubscribe(address)
Version added: 1.4.3
address
Address encoded as a CashAddr string (with or without prefix). Legacy addresses (base58) are also supported.
Result
Returns
True
if the address was subscribed to, otherwiseFalse
. Note thatFalse
might be returned even for something subscribed to earlier, because the server can drop subscriptions in rare circumstances.