base

Fetch Base on-chain wallet, token, and network data with USD pricing via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve Base (Ethereum L2) on-chain data and USD pricing for wallets, tokens, transactions, and network metrics, eliminating manual data gathering.

Core Features & Use Cases

  • Wallet balances and ERC-20 token holdings with USD valuations
  • Detailed transaction insights, gas analysis, contract inspection, and whale detection
  • Real-time network health and ETH price lookup across the Base ecosystem

Quick Start

Run the Base blockchain CLI to fetch wallet balances, token data, and network stats from the Base RPC.

Frequently Asked Questions about base

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

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

To check Base wallet balances with USD valuations, retrieve ERC-20 token holdings and native ETH by fetching on-chain data via a Base RPC combined with CoinGecko price feeds. This provides a complete view of wallet asset values.

Do I need an API key to fetch Base network stats and on-chain data?

No, you do not need an API key to fetch Base network stats and on-chain data. The tool retrieves network health metrics and transaction insights by talking directly to a Base RPC and using batched JSON-RPC calls without requiring authentication.

What is the best way to analyze Base gas usage and inspect smart contract transactions?

The best way to analyze Base gas usage and inspect contracts is to use a CLI that fetches detailed transaction insights via batched JSON-RPC calls. This approach retrieves gas analysis data and contract details directly from the Base blockchain.

Can I detect whale movements and large token transfers on the Base L2 network?

Yes, you can detect whale movements on the Base L2 network by retrieving detailed transaction insights and wallet balances. The tool tracks large ERC-20 token transfers and wallet valuations to identify significant on-chain activity.

Does this on-chain data tool work with Python for retrieving Base token metadata?

Yes, this on-chain data tool works with Python as it runs as a Python-based CLI. It retrieves Base token metadata and network metrics by communicating with a Base RPC to fetch the required blockchain data.

Related Skills