crypto-wallet

Retrieve ETH balances, ERC-20 token balances, and transaction history for a wallet address.

32|5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/Ottie --skill crypto-wallet-jiayaoqijia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-wallet
Source: https://github.com/jiayaoqijia/Ottie/tree/main/workspace/skills/crypto/crypto-wallet
Command: npx skills add https://github.com/jiayaoqijia/Ottie --skill crypto-wallet-jiayaoqijia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cryptocurrency wallet data is often scattered across explorers, RPCs, and dashboards, making it hard to verify balances, token holdings, and on-chain activity. This Skill centralizes on-chain wallet data retrieval into a reusable tool that AI agents can call on demand to produce a trusted view of a given address.

Core Features & Use Cases

  • Retrieve ETH balance, ERC-20 token balances, and token approvals for a given address.
  • Resolve ENS names and look up addresses to verify identity and ownership.
  • Return transaction history and pending transactions across supported chains to support auditing, portfolio tracking, and activity monitoring.
  • Support multi-chain querying via common public RPCs and APIs for Ethereum, Arbitrum, Polygon, Base, BSC, and more.

Quick Start

Ask the AI to retrieve the ETH balance and token holdings for wallet address 0xADDRESS.

Frequently Asked Questions about crypto-wallet

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

FAQPage Schema
How do I retrieve ERC-20 token balances and ETH balance for a wallet address?

To retrieve ERC-20 token balances and ETH balance for a wallet address, use this Skill to query public APIs and multi-chain RPCs, returning current holdings and native asset amounts instantly.

Can I check multi-chain wallet activity across Arbitrum, Polygon, and Base?

You can check multi-chain wallet activity across Arbitrum, Polygon, and Base because the Skill supports querying transaction history and pending transactions via common public RPCs for various networks.

How does ENS lookup work for verifying Ethereum wallet ownership?

ENS lookup for verifying Ethereum wallet ownership works by resolving ENS names to addresses and looking up addresses to verify identity, returning the linked name or wallet hash directly from on-chain data.

What is the best way to audit token approvals for a given address?

The best way to audit token approvals for a given address is to use this Skill to retrieve current approval states directly from on-chain data, supporting transparency checks and security audits.

Do I need a private key to query on-chain transaction history?

You do not need a private key to query on-chain transaction history; the Skill retrieves pending transactions and historical activity for a given address using public APIs and public RPCs.