base

Fetch Base on-chain data and USD prices via CoinGecko.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill base-chris-chai-minjae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill base-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Base users need a single tool to fetch on-chain data and USD prices to power wallet analytics and contract inspection.

Core Features & Use Cases

  • On-chain data fetch: wallet balances, token metadata, transaction details, gas analysis, whale detection, network stats.
  • USD pricing via CoinGecko for selected tokens to provide USD value context.
  • Quick-start-oriented: a simple CLI to retrieve live Base network state and price data for quick answers.

Quick Start

Run the CLI to fetch live wallet balances, token info, 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 check a Base wallet balance and get the USD value?

You can check a Base wallet balance and USD value by retrieving on-chain data via RPC and fetching USD prices from CoinGecko. This tool batches RPC calls and price lookups to return live wallet balances and token values.

What is the best way to inspect Base blockchain transactions and token metadata?

The best way to inspect Base blockchain transactions and token metadata is querying on-chain data through RPC calls. This tool retrieves transaction details and token info while handling rate limits for robust contract inspection.

Can I analyze Base network stats and gas fees using Python?

Yes, you can analyze Base network stats and gas fees using Python. This tool is implemented with the Python standard library only, batching RPC calls to fetch live network statistics and perform gas analysis.

How does whale detection work for Base blockchain wallets?

Whale detection for Base blockchain wallets works by retrieving on-chain wallet balances and token data via RPC. It analyzes large token holdings and transaction volumes to identify significant network participants.

Do I need external libraries to fetch Base on-chain data and USD prices?

No, you do not need external libraries to fetch Base on-chain data and USD prices. The tool is implemented with the Python standard library only, batching RPC calls and CoinGecko price lookups without extra dependencies.

How to handle RPC rate limits when querying Base blockchain data?

To handle RPC rate limits when querying Base blockchain data, the tool implements robust error handling within its Python scripts. This ensures reliable retrieval of wallet balances and network stats despite API constraints.