binance-query-address-info

Retrieve token holdings and position details from the Binance Web3 wallet-direct endpoint.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/nirholas/three-ui --skill binance-query-address-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-query-address-info
Source: https://github.com/nirholas/three-ui/tree/main/data/skills/portfolio/binance-query-address-info
Command: npx skills add https://github.com/nirholas/three-ui --skill binance-query-address-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual effort of checking an address by automatically retrieving a wallet’s full token holdings, prices, 24h change, and quantities.

Core Features & Use Cases

  • Wallet holdings lookup: Get a complete list of tokens held by a specified address across supported networks.
  • Price and performance context: Return each token’s current price and 24-hour percentage change alongside the holding.
  • Portfolio/position reporting: Support use cases like portfolio analysis, tracking holdings, and generating wallet-based summaries for BSC, Base, and Solana.

Quick Start

Ask the AI to run binance-query-address-info for address 0x0000000000000000000000000000000000000001 on chainId 56 and return the tokens with price and 24h change.

Frequently Asked Questions about binance-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 wallet address across different blockchains?

To check token balances for a wallet address, you can query the Binance Web3 wallet-direct endpoint using the target address and chainId. This retrieves the complete token portfolio, including current prices and 24-hour percentage changes, for supported networks like BSC, Base, and Solana.

Can I retrieve wallet portfolio information for Solana, Base, and BSC networks?

Yes, you can retrieve wallet portfolio information for Solana, Base, and BSC networks. The query requires specifying the appropriate chainId for the target network along with the wallet address to return accurate token holdings and position details.

How do I get current token prices and 24h percentage changes for a specific wallet?

To get current token prices and 24h percentage changes for a specific wallet, request the token holdings via the address lookup function. The output returns the token symbol, current price, percentChange24h, and remaining quantity for each asset in the wallet.

What is the best way to automate cross-chain balance reporting for multiple wallet addresses?

The best way to automate cross-chain balance reporting is to systematically call the wallet-direct endpoint for each address and chainId combination. This process yields individual token holdings and price data, which can be aggregated to build a complete cross-chain portfolio summary.

Does querying an on-chain address portfolio require an offset parameter?

Querying an on-chain address portfolio does not strictly require an offset parameter, but it is supported as an optional input. Including an offset allows you to paginate through the returned token holdings if a wallet contains a large number of different assets.