query-address-info
Installation
Summary
Query wallet token holdings across multiple blockchains with real-time prices and 24-hour changes.
- Retrieves all tokens held by any wallet address, including token name, symbol, current USD price, and holding quantity
- Supports three chains: BSC (chainId 56), Base (8453), and Solana (CT_501)
- Returns 24-hour price change percentage for each token to help track market movements
- Includes pagination support via offset parameter for wallets with large token counts
SKILL.md
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
API Endpoint
Query Wallet Token Balance
Method: GET
Related skills