Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
binance avatar

Query Address Info

  • 5.6k installs
  • 942 repo stars
  • Updated July 23, 2026
  • binance/binance-skills-hub

query-address-info is an agent skill for |

About

name query-address-info description Snapshot of a single wallet's token holdings on a specific chain list of every token currently held with name symbol current price 24h price change and holding quantity Use when the user provides an explicit wallet address or says my wallet and wants the current portfolio what does 0x hold wallet balance breakdown list positions for this address what tokens are in this wallet show me the holdings of address metadata author binance-web3-team version 2 0 Query Address Info Skill Overview This skill queries any on-chain wallet address for token holdings supporting List of all tokens held by a wallet address Current price of each token 24-hour price change percentage Holding quantity When to Use This Skill User intent Command List a wallet's token holdings with price and 24h change positions Supported Chains Chain chainId BSC 56 Solana CT_501 Base 8453 Ethereum 1 How to Call APIs bash node skill-dir scripts cli mjs positions address 0x chainId 56 offset 0 Commands Command Purpose Required args Example positions

  • Query Address Info Skill
  • **Pagination**: repeat with increasing `offset` until `data.list` is empty or shorter than the page size.
  • **Icon URL prefix**: `icon` is a relative path (e.g., `/images/web3-data/public/token/logos/xxxx.png`). Prepend `https:/
  • **Numbers as strings**: `price`, `percentChange24h`, `remainQty` are strings - convert to numbers before arithmetic.
  • Use when the user provides an explicit wallet address (or says "my wallet") and wants the current portfolio: "what does

Query Address Info by the numbers

  • 5,603 all-time installs (skills.sh)
  • +92 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #113 of 2,209 Security skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

query-address-info capabilities & compatibility

Capabilities
query address info skill · **pagination**: repeat with increasing `offset` · **icon url prefix**: `icon` is a relative path ( · **numbers as strings**: `price`, `percentchange2 · use when the user provides an explicit wallet ad
Use cases
documentation
From the docs

What query-address-info says it does

Use when the user provides an explicit wallet address (or says "my wallet") and wants the current portfolio: "what does 0x...
SKILL.md
hold", "wallet balance breakdown", "list positions for this address", "what tokens are in this wallet", "show me the holdings of <address>".
SKILL.md
Omitting it causes an upstream validation error.
SKILL.md
npx skills add https://github.com/binance/binance-skills-hub --skill query-address-info

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5.6k
repo stars942
Security audit3 / 3 scanners passed
Last updatedJuly 23, 2026
Repositorybinance/binance-skills-hub

When should developers use query-address-info and what problem does it solve?

|

Who is it for?

Developers working with query-address-info patterns described in the skill documentation.

Skip if: Skip when cached docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

|

What you get

Grounded guidance and workflows from SKILL.md for query-address-info.

  • Paginated wallet position JSON
  • Chain-specific token holding lists

By the numbers

  • Supports 3 chain IDs: 56 (BSC), 8453 (Base), CT_501 (Solana)
  • Documents 3 CLI exit codes: 0, 1, and 3

Files

SKILL.mdMarkdownGitHub ↗

Query Address Info Skill

Overview

This skill queries any on-chain wallet address for token holdings, supporting:

List of all tokens held by a wallet address Current price of each token 24-hour price change percentage Holding quantity

When to Use This Skill

User intentCommand
List a wallet's token holdings with price and 24h changepositions

Supported Chains

ChainchainId
BSC56
SolanaCT_501
Base8453
Ethereum1

How to Call APIs

node <skill-dir>/scripts/cli.mjs positions '{"address":"0x...","chainId":"56","offset":0}'

Commands

CommandPurposeRequired argsExample
positionsList wallet token holdings (price + 24h change + quantity)address, chainId, offsetnode <skill-dir>/scripts/cli.mjs positions '{"address":"0x...","chainId":"56","offset":0}'

Rules

  • `offset` is required on every call — including the first page. Pass 0 to fetch the first page; increment for subsequent pages. Omitting it causes an upstream validation error.
  • Pagination: repeat with increasing offset until data.list is empty or shorter than the page size.
  • Icon URL prefix: icon is a relative path (e.g., /images/web3-data/public/token/logos/xxxx.png). Prepend https://bin.bnbstatic.com to render.
  • Numbers as strings: price, percentChange24h, remainQty are strings — convert to numbers before arithmetic.

Full CLI Reference

See `references/cli.md` for per-subcommand invocations, parameter tables, return-field tables, and real response samples.

Related skills

How it compares

Pick query-address-info when you need live wallet holdings across BSC, Base, or Solana rather than static token contract audits.

FAQ

What does query-address-info do?

|

When should I invoke query-address-info?

|

Where is the source documentation?

Ground claims in SKILL.md excerpts and linked reference files from the cached docs.

Is Query Address Info safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Securityappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.