Expand description
§Crawl Command
This module implements the crawl command for retrieving comprehensive
token analytics data including holder information, volume statistics,
and price data.
§Usage
# Basic crawl by address
bca crawl 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
# Search by token name/symbol
bca crawl USDC
bca crawl "wrapped ether"
# Specify chain and period
bca crawl USDC --chain ethereum --period 7d
# Generate markdown report
bca crawl USDC --report report.md
# Output as JSON
bca crawl USDC --format jsonStructs§
- Crawl
Args - Arguments for the crawl command.
Enums§
- Period
- Time period for analytics data.
Functions§
- fetch_
analytics_ for_ input - Fetches token analytics for composite commands (e.g., token-health). Resolves token input (address or symbol) and returns full analytics.
- run
- Runs the crawl command.