Multi-chain on-chain data toolkit β scan wallets, track transactions, monitor gas prices, detect whale movements, and check token prices across 7+ EVM chains.
| Command | Description |
|---|---|
wallet |
Scan wallet balance & ERC-20 token holdings |
txs |
View transaction history with gas costs |
gas |
Real-time gas prices across all chains |
price |
Token prices, market cap, 24h change (CoinGecko) |
search |
Search tokens by name or symbol |
whale |
Monitor large transfers (whale alerts) |
chains |
List supported blockchain networks |
- Ethereum (ETH)
- BNB Smart Chain (BNB)
- Polygon (MATIC)
- Arbitrum One (ETH)
- Optimism (ETH)
- Base (ETH)
- Avalanche C-Chain (AVAX)
# From PyPI (coming soon)
pip install chainscope
# From source
git clone https://github.com/0xdariel/chainscope.git
cd chainscope
pip install -e .# Scan a wallet
chainscope wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
# Scan on BSC
chainscope wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 -c bsc
# View transaction history
chainscope txs 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 -n 50
# Check gas prices (all chains)
chainscope gas
# Check gas on specific chains
chainscope gas -c ethereum -c arbitrum -c base
# Token prices
chainscope price ethereum bitcoin solana
# Search for a token
chainscope search "pepe"
# Whale alerts (default: 100+ ETH)
chainscope whale -c ethereum -m 500
# List supported chains
chainscope chainsCreate a .env file for higher rate limits (optional):
cp .env.example .env
# Edit .env and add your API keysFree tier works without API keys (5 calls/sec per explorer).
Get free API keys at:
chainscope/
βββ cli.py # Click CLI entry point
βββ wallet.py # Wallet balance & token scanner
βββ transactions.py # Transaction history
βββ gas.py # Gas price tracker
βββ prices.py # Token prices (CoinGecko)
βββ whale.py # Whale movement monitor
βββ chains/
βββ __init__. # Token prices (CoinGecko)
βββ whale.py # Whale movement monitor
βββ chains/
βββ __init__.py # Chain configurations
MIT β see LICENSE
PRs welcome! Open an issue first to discuss changes.
Built by @0xdariel π§