query-address-info
Query any on-chain wallet address token balances and positions. Retrieves all token holdings for a specified wallet address on a given chain, including token name, symbol, price, 24h price change, and holding quantity. Use this skill when users ask about wallet balance, token holds, portfolio, or asset positions for any blockchain address.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binance-skills-hub/binance-web3-query-address-infoWhat This Skill Does
The Query Address Info skill provides a direct, real-time window into the on-chain portfolio of any specified blockchain wallet address. By interfacing with professional-grade data endpoints, this skill allows OpenClaw users to pull comprehensive token holdings, including exact quantities, current market pricing, and 24-hour performance trends. Whether you are checking a whale address, auditing a personal wallet, or verifying the asset allocation of a specific protocol vault, this skill abstracts the complexity of blockchain indexers into a clean, readable data format.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/binance-skills-hub/binance-web3-query-address-info
Ensure that your OpenClaw instance has active internet access to reach the Binance Web3 endpoints as specified in the API configuration.
Use Cases
- Asset Auditing: Quickly inspect the contents of a wallet without needing to open a separate blockchain explorer or browser wallet.
- Market Research: Monitor the portfolio movements of known entities or smart contract addresses on supported chains like BSC, Base, and Solana.
- Portfolio Review: Retrieve a summarized list of all token assets for a wallet, including their USD valuation and recent percentage change, assisting in rapid decision-making.
Example Prompts
- "What are the current token holdings for this wallet address: 0x0000000000000000000000000000000000000001 on the BSC network?"
- "Show me the portfolio assets for this address on Base: 0x123...456. Include their current prices and 24h change."
- "Is there any token activity or balance held in this Solana address?"
Tips & Limitations
- Chain IDs: Always ensure you are using the correct Chain ID (e.g., 56 for BSC, 8453 for Base). Providing an incorrect ID will result in an empty list or an API error.
- Pagination: The skill supports an offset parameter. If a wallet holds a large number of unique assets, you may need to adjust the offset to retrieve subsequent pages of results.
- Data Freshness: While the data is highly accurate, it relies on external indexing; there may be a negligible delay compared to a full node sync.
- Privacy: Be mindful of sharing wallet addresses in your chat history, as OpenClaw logs queries locally based on your settings.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binance-skills-hub-binance-web3-query-address-info": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
binance
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.
meme-rush
Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about new meme tokens, meme launches, bonding curve, migration status, pump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.
query-token-info
Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request kline/candlestick charts.
derivatives-trading-portfolio-margin-pro
Binance Derivatives-trading-portfolio-margin-pro request using the Binance API. Authentication requires API key and secret key.