bitcoind.app
CommandsGuidesContact ↗
Home/Util/getzmqnotifications
Util

getzmqnotifications

Returns information about the active ZeroMQ notifications.

Returns

arrayArray of ZMQ notification objects

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"getzmqnotifications","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

[
  {
    "type": "pubhashblock",
    "address": "tcp://127.0.0.1:28332",
    "hwm": 1000
  }
]
← Previous
addpeeraddress

More Util Commands

createmultisigderiveaddressesestimatesmartfeegetdescriptorinfogetindexinfosignmessagewithprivkey

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗