query-address-info

Query on-chain wallet addresses for token balances, positions, and price data.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/funnys1r/Binance-HealthGuard --skill query-address-info-funnys1r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-address-info
Source: https://github.com/funnys1r/Binance-HealthGuard/tree/main/skills/binance-web3/query-address-info
Command: npx skills add https://github.com/funnys1r/Binance-HealthGuard --skill query-address-info-funnys1r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query on-chain wallet addresses to retrieve token balances, positions, and price data across supported chains for quick portfolio visibility.

Core Features & Use Cases

  • Retrieve all tokens held by a wallet address with chain context and pagination.
  • Fetch current price and 24h change for each token to fuel performance insights.
  • Use cases include portfolio checks, asset tracking, and quick asset reports.

Quick Start

Query a wallet address by providing address, chainId, and offset to fetch holdings and prices.

Frequently Asked Questions about query-address-info

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

FAQPage Schema
How do I query on-chain wallet balances and token positions across multiple chains?

To query on-chain wallet balances, you provide a target address, chainId, and offset to a public API endpoint, which returns token holdings, contract addresses, and symbols across supported blockchain networks.

Can I fetch current token prices and 24h percentage changes for a specific wallet address?

Yes, you can fetch token prices and 24h percentage changes for a wallet address by querying the API endpoint, which returns price data and percentChange24h fields alongside your token balances and remainQty.

What information do I need to retrieve token balances from a blockchain wallet address?

You need the public wallet address, the target chainId, and an offset parameter for pagination to retrieve token balances, positions, and price data from the supported blockchain network.

How does pagination work when checking portfolio holdings for a wallet address?

Pagination for portfolio holdings is controlled by the offset parameter, allowing you to query through large numbers of token positions held by a single wallet address across supported chains incrementally.

What token data fields are returned when tracking on-chain assets for portfolio visibility?

Tracking on-chain assets returns fields including chainId, address, contractAddress, name, symbol, price, percentChange24h, and remainQty, providing comprehensive portfolio visibility and asset performance insights.

Does this on-chain query tool support asset tracking for any supported blockchain address?

Yes, this on-chain query tool supports portfolio checks and asset tracking for any supported blockchain address, retrieving token balances and positions across chains using the public API endpoint.