base

Query Base L2 on-chain data with USD pricing via a Python CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a CLI-based solution to fetch Base (Ethereum L2) on-chain data with USD pricing, giving wallet balances, token metadata, transaction details, gas analysis, contract inspection, whale detection, and live network stats in one place.

Core Features & Use Cases

  • Wallet balances (ETH + ERC-20) with USD valuations.
  • Transaction details including value, gas, fees, and token transfers.
  • Network health metrics such as base fees, gas price, and ETH price, plus whale detection.

Quick Start

Launch the CLI and query a Base address to obtain real-time on-chain data.

Frequently Asked Questions about base

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

FAQPage Schema
How do I check Base blockchain wallet balances and token data with USD pricing?

To check Base blockchain wallet balances, query an address via the CLI to retrieve ETH and ERC-20 holdings alongside USD valuations. The tool fetches on-chain data enriched with CoinGecko pricing, delivering real-time wallet valuation metrics directly from your terminal.

Can I retrieve Base L2 transaction details including gas fees and token transfers?

Yes, retrieving Base L2 transaction details returns transaction value, gas usage, fees, and token transfers. The CLI queries on-chain transaction data to provide developers with comprehensive transaction inspection capabilities for the Base network.

What Base network health metrics and gas price data can I get from the command line?

Querying Base network stats from the command line returns base fees, current gas price, and live ETH price. The tool also includes whale detection capabilities, delivering comprehensive network health metrics for Base L2 monitoring.

Do I need a custom RPC URL to query Base chain data for whale detection and contract inspection?

A custom RPC URL is not required to query Base chain data for whale detection and contract inspection. The tool operates using the standard library by default, with an optional BASE_RPC_URL override available for custom network endpoints.

How do I get real-time Base token metadata and contract information without using a web dashboard?

To get real-time Base token metadata and contract information without a web dashboard, run CLI commands for token and contract inspection. The Python-based tool queries on-chain data directly to inspect Base L2 smart contracts deterministically.