base

Fetch Base on-chain data and USD pricing via CLI.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/overviewlabs/WHOX --skill base-overviewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/overviewlabs/WHOX/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/overviewlabs/WHOX --skill base-overviewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Base provides a CLI skill to fetch on-chain data from the Base (Ethereum L2) network and enrich it with USD pricing, enabling quick wallet analysis, token research, and network monitoring.

Core Features & Use Cases

  • Wallet balances and ERC-20 token holdings with USD values
  • Transaction inspection, contract inspection, and gas analysis
  • Live network stats and price lookups via CoinGecko for Base tokens
  • Use cases include portfolio reviews, contract research, and real-time health checks of the Base network

Quick Start

Run the Base Blockchain Skill CLI to fetch current wallet balances and network stats for a given address.

Frequently Asked Questions about base

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Base L2 wallet balances and ERC-20 token holdings in USD?

Base L2 wallet balances and ERC-20 token holdings are fetched via a Base RPC endpoint and enriched with live USD values using CoinGecko pricing. You retrieve current token allocations and fiat equivalents for any specified wallet address.

Can I inspect Base network transactions and analyze gas usage on-chain?

Yes, transaction inspection and gas analysis are supported on the Base network. The Skill queries on-chain transaction data via a Base RPC endpoint, enabling detailed review of contract interactions and associated gas costs.

What is needed to query Base network stats and token prices programmatically?

Querying Base network stats and token prices requires deterministic CLI calls processed by a Python-based agent. The agent connects to a Base RPC endpoint for on-chain data and CoinGecko for USD pricing without external dependencies.

Does this blockchain analytics tool handle CoinGecko rate limits when fetching token prices?

Yes, the blockchain analytics tool gracefully handles CoinGecko rate limits and errors during price lookups. It ensures deterministic CLI calls return reliable data without crashing when API thresholds are reached.

What's the best way to monitor Base network health and live token prices?

The best way to monitor Base network health is through deterministic CLI calls that fetch live network stats via a Base RPC endpoint and enrich token data with CoinGecko USD pricing. It provides real-time health checks and contract research outputs.

Why do Base RPC queries fail during high network congestion?

Base RPC queries may encounter errors during high network congestion, but the Python-based agent gracefully handles these rate limits and connection errors. It ensures deterministic CLI calls maintain data retrieval reliability without abrupt failures.