Back to skills

query-address-info

data

Fetches all token holdings for a given wallet address on a specified blockchain. Returns token names, symbols, current prices, 24-hour price changes, and quantities held. Supports BSC, Base, and Solan

Setup & Installation

npx skills add https://github.com/binance/query-address-info --skill query-address-info
or paste the link and ask your coding assistant to install it
https://github.com/binance/query-address-info
View on GitHub

What This Skill Does

Fetches all token holdings for a given wallet address on a specified blockchain. Returns token names, symbols, current prices, 24-hour price changes, and quantities held. Supports BSC, Base, and Solana chains via the Binance Web3 API. Instead of connecting a wallet or using a block explorer manually, you get structured token balances and live prices for any address in a single API call.

When to use it

  • Working with query address info functionality
  • Implementing query address info features
  • Debugging query address info related issues