binance-address-info
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Best use case
binance-address-info is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "binance-address-info" skill to help with this workflow task. Context: Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/binance-address-info/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How binance-address-info Compares
| Feature / Agent | binance-address-info | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Binance Address Info Official Binance Web3 skill for querying on-chain wallet token holdings and portfolio positions. > Source: [binance/binance-skills-hub](https://github.com/binance/binance-skills-hub/tree/main/skills/binance-web3/query-address-info) ## Supported Chains | Chain | chainId | | ------ | ------- | | BSC | 56 | | Base | 8453 | | Solana | CT_501 | ## API — Active Token Positions ``` GET https://web3.binance.com/bapi/defi/v3/public/wallet-direct/buw/wallet/address/pnl/active-position-list ?address=<wallet_address> &chainId=<chainId> &offset=0 # pagination offset ``` ## Response Fields Per token holding: | Field | Description | | ----------------- | ------------------------------------------------ | | `contractAddress` | Token contract address | | `tokenName` | Full token name | | `tokenSymbol` | Token ticker | | `iconUrl` | Token icon (prepend `https://bin.bnbstatic.com`) | | `decimals` | Token decimal places | | `priceUsd` | Current price in USD (string) | | `priceChange24h` | 24-hour price change percentage (string) | | `quantity` | Amount held by the wallet (string) | | `chainId` | Chain identifier | | `walletAddress` | Queried wallet address | ## Notes - All numeric fields (`priceUsd`, `priceChange24h`, `quantity`) are returned as strings — convert for calculations - Icon URLs require prefix: `https://bin.bnbstatic.com` - Use `offset` for pagination when a wallet holds many tokens - No authentication required — public endpoint ## Usage Examples ``` User: What tokens does this wallet hold? 0xabc... → GET address:0xabc..., chainId:56 User: Show me my Solana portfolio → GET address:<solana_address>, chainId:CT_501 User: What's the total USD value of this wallet on Base? → GET all positions on Base, sum (quantity × priceUsd) User: Is this wallet holding any risky tokens? → GET positions, then run binance-token-audit on each contract ``` ## Combined Use Cases Pair with other Binance skills for deeper analysis: - `binance-token-audit` — audit each held token for safety - `binance-token-info` — get detailed metadata for any holding - `binance-trading-signal` — check if smart money is buying/selling held tokens
Related Skills
binance-trading-signal
Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-token-info
Binance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-token-audit
Binance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
binance-spot
Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
binance-meme-rush
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
binance-market-rank
Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
github
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
gifgrep
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
zkvm-evaluator
Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.
xurl
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
whale-watcher
Monitor large transactions and whale movements on-chain.
weather
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.