base

Query Base blockchain data using Python standard library and RPC.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill base-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/optional-skills/blockchain/base
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill base-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies querying and analyzing Base (Ethereum L2) blockchain data, including wallet balances, token info, transaction details, gas analysis, contract inspection, whale detection, and live network stats, with USD pricing.

Core Features & Use Cases

  • Blockchain Data Querying: Retrieve wallet balances, token information, transaction details, and gas analysis for Base blockchain.
  • Contract Inspection: Inspect contracts, detect ERC types, and resolve proxy implementations.
  • Whale Detection: Scan for large ETH transfers.
  • Network Stats: Get Base network health, gas price, and ETH price.
  • Use Case: For instance, quickly check the ETH balance and token holdings of a specific Base wallet address.

Quick Start

Use the base skill to get the ETH balance of a Base wallet with the address '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'.

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?

Query Base L2 wallet balances and token holdings by providing a specific wallet address to retrieve ETH balances, token info, and USD pricing using the Base RPC and CoinGecko API.

Can I inspect smart contracts and detect ERC types on the Base blockchain?

Inspect Base smart contracts and detect ERC types by querying contract bytecode and resolving proxy implementations directly through the Base RPC without requiring external packages.

How do I track large ETH transfers and detect whales on the Base network?

Detect Base network whales by scanning pending and recent transactions for large ETH transfers, utilizing Python standard library scripts to filter and analyze transaction values.

Do I need to install external Python packages to analyze Base blockchain gas prices?

Analyzing Base blockchain gas prices requires no external Python packages, as the scripts utilize the Python standard library alongside Base RPC and CoinGecko API for network statistics.

What is the best way to get live network stats and ETH pricing for the Base L2?

Get live Base L2 network stats and ETH pricing by querying network health, current gas prices, and USD valuations through the integrated CoinGecko API and Base RPC endpoints.

Can I retrieve transaction details and perform gas analysis for specific Base L2 wallets?

Retrieve Base L2 transaction details and perform gas analysis by querying transaction hashes or wallet addresses to evaluate gas usage, costs, and transfer histories via Python scripts.