$npx -y skills add draguris/dragonclaw --skill address-infoQuery token holdings and portfolio for any wallet on BSC, Base, or Solana. No API key needed.
| 1 | # Wallet Address Info |
| 2 | |
| 3 | Look up all token holdings, balances, and portfolio value for any wallet address. |
| 4 | |
| 5 | ## When to Use |
| 6 | User asks to check a wallet, view holdings, portfolio value, or "what does this address hold." |
| 7 | |
| 8 | ## No API Key Required |
| 9 | Supports BSC (56), Base (8453), Solana (CT_501). |
| 10 | |
| 11 | ## Endpoint |
| 12 | GET /bapi/defi/v1/public/wallet-direct/buw/wallet/balance/token/list |
| 13 | Params: walletAddress, chainId |
| 14 | |
| 15 | ## Tool Call |
| 16 | ```tool |
| 17 | {"tool": "binance_market", "action": "GET", "endpoint": "/bapi/defi/v1/public/wallet-direct/buw/wallet/balance/token/list", "params": {"walletAddress": "ADDRESS", "chainId": "CT_501"}} |
| 18 | ``` |