query-address-info
query address info
What it does
- 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.
Requirements & configuration
- This skill queries any on-chain wallet address for token holdings, supporting:
- Current price of each token
- | List a wallet's token holdings with price and 24h change | positions |
- | positions | List wallet token holdings (price + 24h change + quantity) | address, chainId, offset | node <skill-dir>/scripts/cli.mjs positions '{"address":"0x...","chainId":"56","offset":0}' |
- 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.
Configuration: CT_501
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
query-address-info FAQ
What does the query-address-info skill do?
| 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>". 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.
What does query-address-info require?
This skill queries any on-chain wallet address for token holdings, supporting: Current price of each token | List a wallet's token holdings with price and 24h change | positions | | positions | List wallet token holdings (price + 24h change + quantity) | address, chainId, offset | node <skill-dir>/scripts/cli.mjs positions '{"address":"0x...","chainId":"56","offset":0}' | 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. Configuration keys: CT_501.
How do I install query-address-info?
Run: npx -y skills add https://github.com/binance/binance-skills-hub --skill query-address-info --agent claude-code — the source lives at github.com/binance/binance-skills-hub.
Maintain query-address-info?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/binance-binance-skills-hub-query-address-info?ref=badge) npx agentictools info skills/binance-binance-skills-hub-query-address-info The second line is the CLI lookup for this page — handy in READMEs and docs.