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
scope crawl 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48

# Search by token name/symbol
scope crawl USDC
scope crawl "wrapped ether"

# Specify chain and period
scope crawl USDC --chain ethereum --period 7d

# Generate markdown report
scope crawl USDC --report report.md

# Output as JSON
scope crawl USDC --format json

Structs§

CrawlArgs
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.