address-info

Fetch token balances and portfolio values for wallet addresses across BSC, Base, and Solana.

12|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/draguris/dragonclaw --skill address-info-draguris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-info
Source: https://github.com/draguris/dragonclaw/tree/main/src/skills/binance/address-info
Command: npx skills add https://github.com/draguris/dragonclaw --skill address-info-draguris

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly and easily access the token holdings and portfolio details for any wallet address across BSC, Base, or Solana networks.

Core Features & Use Cases

  • Wallet Holdings: Retrieve all tokens and balances held by a specified wallet address.
  • Portfolio Value: Calculate the current portfolio value based on real-time token prices.
  • Cross-Chain Support: Compatible with BSC (56), Base (8453), and Solana (CT_501) chains.
  • No API Key Required: Streamline the process by not needing to handle API keys for authentication.

Quick Start

Get all token holdings for a wallet at address "0x123ABC..." using the BSC chain.

Frequently Asked Questions about address-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check token balances for a wallet address without an API key?

You can check wallet token balances without an API key by querying blockchain networks directly. This Skill fetches token holdings and portfolio details for a specified address without requiring authentication keys.

Can I retrieve portfolio value across BSC, Base, and Solana chains?

Yes, you can retrieve portfolio value across BSC, Base, and Solana chains. It extracts wallet balances and calculates current portfolio values based on real-time token prices across these supported networks.

What is the best way to track cross-chain token holdings without authentication setup?

The best way to track cross-chain token holdings without authentication setup is using a tool that interfaces directly with blockchain networks. This approach fetches portfolio information by extracting data through direct tool calls, bypassing API key requirements.

How do I get wallet portfolio information for a specific address on the BSC chain?

To get wallet portfolio information for a specific address on the BSC chain, input the target address and specify the network. The system queries the blockchain directly to return all held tokens and their current values.

Does wallet analysis work for calculating real-time portfolio values on Solana?

Yes, wallet analysis works for calculating real-time portfolio values on Solana. It queries the Solana network to extract token balances and computes the total portfolio value based on current market prices.

What are the limitations of fetching token balances without an API key?

Fetching token balances without an API key is limited to the BSC, Base, and Solana networks. Data extraction relies entirely on direct blockchain tool calls, meaning network availability directly impacts retrieval success.