-
Notifications
You must be signed in to change notification settings - Fork 33
transaction list by address Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
List transactions owned by this account that have already been included in a block, with an optional address filter.
transaction-list-by-address [OPTIONS] [ADDRESS]
-
[ADDRESS]: (Optional) Filter results to only show transactions involving this address.
-
--limit <LIMIT>: Maximum number of transactions to print. Default:100.
# List the last 100 confirmed transactions
transaction-list-by-address
# List confirmed transactions for a specific address
transaction-list-by-address <address>
# List the last 10 confirmed transactions
transaction-list-by-address --limit 10
# List the last 10 confirmed transactions for a specific address
transaction-list-by-address --limit 10 <address>
-
transaction-list-pending: List unconfirmed pending transactions. -
transaction-get: Get a specific transaction by id.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG