base

Query Base L2 on-chain data with USD pricing via CoinGecko.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill base-yangel-hide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/Yangel-hide/video-production-planner-agent/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill base-yangel-hide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables developers to retrieve Base (Ethereum L2) on-chain data enriched with USD pricing, consolidating wallet balances, token metadata, transaction details, gas analytics, contract inspection, whale detection, and live network stats in a single interface.

Core Features & Use Cases

  • Wallet balances and token holdings with USD values.
  • Transaction details, gas analysis, contract inspection, and network health metrics.
  • Use cases include portfolio tracking, contract audits, and real-time Base network monitoring.

Quick Start

Run the base client to fetch wallet balances, transaction histories, and network stats from the Base network.

Frequently Asked Questions about base

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

FAQPage Schema
How do I query Base L2 wallet balances and token holdings with USD pricing?

To query Base L2 wallet balances with USD pricing, you can use a Python-based tool that fetches on-chain data via a configurable RPC endpoint and retrieves live token values from CoinGecko. This provides a consolidated view of portfolio holdings.

What is the best way to analyze Base network gas fees and transaction details?

Analyzing Base network gas fees and transaction details involves querying the L2 RPC endpoint for transaction receipts and historical gas usage. The data is enriched with USD calculations to help evaluate transaction costs and network health metrics effectively.

Can I use a custom RPC endpoint to retrieve Base on-chain data?

Yes, you can use a custom RPC endpoint to retrieve Base on-chain data by setting the BASE_RPC_URL environment variable. This overrides the default endpoint, allowing you to route queries through your preferred node provider while maintaining standard library compatibility.

How does whale detection work for Base blockchain transactions?

Whale detection for Base blockchain transactions works by querying on-chain transfer data and filtering large token movements using predefined thresholds. By analyzing transaction histories via the RPC endpoint, it identifies significant wallet activities and calculates their USD market value.

Do I need external libraries to inspect Base smart contracts and network stats?

No, you do not need external libraries to inspect Base smart contracts and network stats. The tool operates entirely using Python's standard library, handling contract inspection and live network monitoring without requiring additional package installations.

How is rate limiting handled when fetching Base network stats and token prices?

Rate limiting when fetching Base network stats and token prices is handled using built-in retry logic. If the RPC endpoint or CoinGecko pricing API returns a rate limit error, the system automatically retries the request to ensure reliable on-chain data retrieval.