Skip to main content

Module crawl

Module crawl 

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

Structs§

CrawlArgs
Arguments for the crawl command.

Enums§

Period
Time period for analytics data.

Functions§

run
Runs the crawl command.