Skip to main content

Module address

Module address 

Source
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 json

Structs§

AddressArgs
Arguments for the address analysis command.
AddressReport
Result of an address analysis.
Balance
Balance representation with multiple units.
TokenBalance
Token balance information.
TransactionSummary
Summary of a transaction.

Functions§

run
Executes the address analysis command.