Built by the Binance Web3 team, this pulls real-time token holdings for any wallet address across BSC, Base, and Solana. You get token names, symbols, current prices, 24-hour price changes, and quantities in one call. The API is straightforward, though you'll need to handle pagination with offsets and remember to prefix the icon URLs with the Binance static domain. Useful when you're building portfolio trackers or need to quickly check what's sitting in a wallet without jumping between block explorers. The response format is clean JSON, prices come as strings, and it includes the decimals you need for proper conversion.
npx skills add https://github.com/binance/binance-skills-hub --skill query-address-info