query-address-info

Query blockchain wallet addresses for token positions, balances, and metadata via Binance API.

1|12|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/ChatAndBuild/chatchat-skills --skill query-address-info-chatandbuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-address-info
Source: https://github.com/ChatAndBuild/chatchat-skills/tree/main/skills/query-address-info
Command: npx skills add https://github.com/ChatAndBuild/chatchat-skills --skill query-address-info-chatandbuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for on-chain wallet analysis, providing detailed information about token positions, balances, metadata, prices, and more across supported chains.

Core Features & Use Cases

  • Token Holdings: Retrieve a comprehensive list of tokens held by a wallet address.
  • Token Metadata: Access information like price, 24-hour change, and holding quantity.
  • Use Case: When you need to quickly check the active token positions, balances, and metadata for a specific on-chain wallet.

Quick Start

Use the query-address-info skill to get information on the token holdings for the wallet address '0x0000000000000000000000000000000000000001'.

Frequently Asked Questions about query-address-info

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

FAQPage Schema
How do I check token balances and holdings for a blockchain wallet address?

To check token balances for a blockchain wallet, query the wallet address using the supported chain ID. This retrieves a comprehensive list of tokens held, their prices, 24-hour change, and holding quantities.

What blockchain wallet metadata can I retrieve for portfolio tracking?

Blockchain wallet metadata retrieval includes token positions, holding quantities, current token prices, and 24-hour price changes. This provides the necessary data for tracking on-chain portfolio performance.

Do I need a Binance API key to query on-chain wallet token positions?

Yes, querying on-chain wallet token positions requires access to the Binance API. The Skill handles data retrieval by connecting to this API based on the provided wallet address and chain ID.

How do I retrieve token positions across multiple supported chains?

To retrieve token positions across supported chains, provide the specific wallet address and its corresponding chain ID. The query returns all associated token balances and metadata for that specified network.

What is the best way to get token prices and 24-hour change data for a specific wallet?

The best way to get token prices and 24-hour change data for a specific wallet is to query the wallet address directly. The system fetches real-time price metadata alongside current token holding quantities.

Related Skills