base

Query Base L2 blockchain data with USD pricing via Python CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ar0cket1/Hermes-Agent-Online-RL --skill base-ar0cket1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/ar0cket1/Hermes-Agent-Online-RL/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/ar0cket1/Hermes-Agent-Online-RL --skill base-ar0cket1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly obtain live Base (Ethereum L2) blockchain data, including wallet balances, token metadata, transaction details, and network stats, enriched with USD pricing—without requiring API keys.

Core Features & Use Cases

  • Wallet balances (ETH + ERC-20) with USD values
  • Token metadata, price lookups, and market caps
  • Transaction insights: details, gas, and fees
  • Network health: block info, gas trends, whale detection
  • Quick-start for developers building Base-based tools

Quick Start

Run the CLI to fetch current Base network data.

Frequently Asked Questions about base

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

FAQPage Schema
How do I query Base blockchain wallet balances with USD pricing?

You can query Base blockchain wallet balances with USD pricing using a Python CLI that orchestrates Base RPC calls and CoinGecko price lookups, returning structured results for ETH and ERC-20 tokens without requiring API keys.

Do I need API keys to fetch Base L2 network statistics and gas analysis?

No, you do not need API keys to fetch Base L2 network statistics and gas analysis. The tool queries Base RPC and CoinGecko directly, handling rate limits gracefully to return live network data.

Can I inspect Base smart contracts and transaction details without an API key?

Yes, you can inspect Base smart contracts and transaction details without an API key. The tool uses Base RPC calls to retrieve contract data, transaction insights, and gas fees, returning structured output for analysis.

What's the best way to get live token metadata and market caps from the Base network?

The best way to get live token metadata and market caps from the Base network is using a Python CLI that queries Base RPC and CoinGecko, retrieving token data and USD values without requiring API keys.

How does whale detection work on the Base Ethereum L2 network?

Whale detection on the Base Ethereum L2 network works by querying Base RPC for wallet balances and token data, identifying large holders and enriching the results with USD pricing from CoinGecko for downstream analysis.

Are there limitations when querying Base RPC for blockchain data?

Limitations when querying Base RPC include potential rate limits, which the tool handles gracefully. It retrieves blockchain data, wallet balances, and network stats without API keys, but heavy usage may still encounter RPC restrictions.