Expand description
§Address Analysis Command
This module implements the bca address command for analyzing
blockchain addresses. It retrieves balance information, transaction
history, and token holdings.
§Usage
# Basic address analysis
bca address 0x742d35Cc6634C0532925a3b844Bc9e7595f1b3c2
# Specify chain
bca address 0x742d35Cc6634C0532925a3b844Bc9e7595f1b3c2 --chain ethereum
# Output as JSON
bca address 0x742d35Cc6634C0532925a3b844Bc9e7595f1b3c2 --format jsonStructs§
- Address
Args - Arguments for the address analysis command.
- Address
Report - Result of an address analysis.
- Balance
- Balance representation with multiple units.
- Token
Balance - Token balance information.
- Transaction
Summary - Summary of a transaction.
Functions§
- run
- Executes the address analysis command.