Query Address Info
Retrieves address details like city, state, and country from a provided Binance user's registered address.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add query-address-info npx -- -y @trustedskills/query-address-info
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"query-address-info": {
"command": "npx",
"args": [
"-y",
"@trustedskills/query-address-info"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to retrieve information about cryptocurrency addresses. It can provide details like balance, transaction history, and associated tokens for a given address on supported blockchains. This is useful for verifying transactions or investigating suspicious activity related to specific crypto wallets.
When to use it
- Transaction Verification: Confirm the status of a recent transaction by querying the recipient's address.
- Balance Inquiry: Determine the current balance held at a particular cryptocurrency address.
- Token Holdings: Identify which tokens are associated with an address.
- Address Investigation: Gather information about an address involved in suspicious activity for security analysis.
Key capabilities
- Retrieve address balance
- Provide transaction history
- Identify associated tokens
Example prompts
- "What is the balance of cryptocurrency address 0xAb5801a7D398351b8bD4CBDC8bd5d3a60Ad4FC38?"
- "Show me the transaction history for address 1A1zP1eXyo4SBapZAxKmqUjRmWgYvWc7h."
- "What tokens does address 0xdAC17F958D2ee523a2206206994597C13D831ec7 hold?"
Tips & gotchas
The skill supports a limited set of blockchains. Ensure the provided cryptocurrency address is valid for one of these supported networks to receive accurate results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.