Command Reference Guide
List of commands:
Section titled “List of commands:”Configuration:
Section titled “Configuration:” --config stringpath to config file to load
Filter:
Section titled “Filter:” --filter-address stringspecifies address to filter on
--filter-asset stringspecifies the asset fingerprint (asset1xxx) to filter on
--filter-drep stringspecifies DRep ID(s) to filter on (comma-separated, hex or bech32)
--filter-policy stringspecifies asset policy ID to filter on
--filter-pool stringspecifies Pool ID to filter on
--filter-type stringspecifies event type to filter on
4 Event Types:
input.block- A new block was observed.input.rollback- A rollback occurred to a previous chain point.input.transaction- A transaction was seen in a block.input.governance- A governance-related event (CIP-1694 era).
Input:
Section titled “Input:” --input listinput plugin to use, ‘list’ to show available (default “chainsync”)
--input stringinput plugin to use, ‘list’ to show available (default “chainsync”)
input-chainsync:
Section titled “input-chainsync:” --input-chainsync-address stringspecifies the TCP address of the node to connect to in the form ‘host:port’
--input-chainsync-auto-reconnectauto-reconnect if the connection is broken (default true)
--input-chainsync-delay-confirmations uintnumber of confirmations required before emitting events
--input-chainsync-include-cborinclude original CBOR for block/transaction in events
--input-chainsync-intersect-point stringstart syncing at the specified chain point(s) in ’
. ’ format
--input-chainsync-intersect-tipstart syncing at the chain tip (defaults to chain genesis) (default true)
--input-chainsync-network stringspecifies a well-known Cardano network name (default “mainnet”)
--input-chainsync-network-magic uintspecifies the network magic value to use, overrides ‘network’
--input-chainsync-ntc-tcpuse the NtC (node-to-client) protocol over TCP, for use when exposing a node’s UNIX socket via socat or similar
--input-chainsync-socket-path stringspecifies the path to the UNIX socket to connect to
--input-chainsync-kupo-url stringkupo-url address
input-mempool:
Section titled “input-mempool:” --input-mempool-address stringTCP address (host:port); requires ntc-tcp=true
--input-mempool-include-cborinclude transaction CBOR in events
--input-mempool-kupo-url stringKupo API URL for resolving transaction inputs (e.g. http://localhost:1442). Kupo must index the outputs you need (e.g. run with —match ”*”) or resolution will be empty.
--input-mempool-network stringwell-known Cardano network name (e.g. mainnet, preprod) (default “mainnet”)
--input-mempool-network-magic uintnetwork magic value (overrides network name)
--input-mempool-ntc-tcpuse NtC over TCP (e.g. when exposing socket via socat)
--input-mempool-poll-interval stringhow often to poll the mempool (e.g. 5s, 1m) (default “5s”)
--input-mempool-socket-path stringpath to the node’s UNIX socket (NtC)
Logging:
Section titled “Logging:” --logging-level stringlogging level (debug, info, warn, error) (default “info”)
Output:
Section titled “Output:” --output stringoutput plugin to use, ‘list’ to show available (default “log”)
--output-log-format stringspecifies the output format: text (human-readable, default) or json (machine-parseable) (default “text”)
--output-notify-title stringspecifies the title to use (default “Adder”)
--output-push-accessTokenUrl stringspecifies the url to get access token from (default
https://www.googleapis.com/auth/firebase.messaging)
--output-push-serviceAccountFilePath stringspecifies the path to the service account file
--output-telegram-bot-token stringTelegram Bot API token (from @BotFather)
--output-telegram-chat-id stringTelegram chat ID to send messages to (user, group, or channel)
--output-telegram-disable-previewdisable link preview in messages
--output-telegram-parse-mode stringmessage parse mode (HTML, Markdown, MarkdownV2) (default “HTML”)
--output-webhook-format stringspecifies the webhook payload format to use (default “adder”)
--output-webhook-password stringspecifies the password for basic auth
--output-webhook-tls-skip-verifyskip tls verification (for self-signed certs)
--output-webhook-url stringspecifies the url to use (default
http://localhost:3000)
--output-webhook-username stringspecifies the username for basic auth
Version:
Section titled “Version:” --versionshow version and exit