listtransactions

Input(s) 4

The listtransactions RPC command returns a specified number of the most recent transactions, skipping the first few transactions based on the provided skip parameter. It includes details such as transaction category, amount, confirmations, and transaction ID. Optionally, it can filter transactions by a specified label and include transactions to watch-only addresses.

How is this used?

The listtransactions command is used to retrieve a specified number of recent transactions from the wallet's transaction history. It is helpful for users and applications to track transaction activity, monitor incoming and outgoing payments, and manage wallet finances. Additionally, it provides flexibility to filter transactions based on labels, enabling users to organize and analyze transactions more effectively.

Request

method

listtransactions

label

Optional

count

Optional

skip

Optional

include_watchonly

Optional

Inputs(4)

label If set, should be a valid label name to return only incoming transactions with the specified label, or “*” to disable filtering and return all transactions
count The number of transactions to return
skip The number of transactions to skip
include_watchonly Include transactions to watch-only addresses

Result