Transactions
Thexyz tx command group provides transaction-related operations.
Transaction History
View recent transactions for an address:Example
Command Options
Limit Results
JSON Output
For scripting:Transaction Types
Common transaction types you’ll see:View Transaction Details
For detailed transaction information, usexyzd:
Examples
Monitor Activity
Export to CSV
Filter by Type
Count Transactions
Understanding Transaction Flow
Transaction Status
Transactions go through these states:
Failed transactions still appear in history with error codes.
Troubleshooting
No transactions found
No transactions found
- Account may have no transaction history
- Check address/key is correct
- Increase limit:
--limit 50
Missing recent transaction
Missing recent transaction
- Node may be syncing
- Wait a few blocks
- Check node status:
curl http://localhost:26657/status
Connection error
Connection error