check-crypto-address-balance

Retrieve cryptocurrency wallet balances across Bitcoin, Ethereum, BSC, Solana, and Litecoin.

128|31|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/besoeasy/open-skills --skill check-crypto-address-balance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-crypto-address-balance
Source: https://github.com/besoeasy/open-skills/tree/main/skills/check-crypto-address-balance
Command: npx skills add https://github.com/besoeasy/open-skills --skill check-crypto-address-balance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of checking cryptocurrency wallet balances across various blockchains, eliminating the need for manual lookups on different explorers or services.

Core Features & Use Cases

  • Multi-Chain Support: Checks balances for Bitcoin (BTC), Ethereum (ETH), Binance Smart Chain (BSC), Solana (SOL), and Litecoin (LTC).
  • Free Public APIs: Utilizes reliable, free public APIs, minimizing the need for API keys.
  • Use Case: Quickly verify the balance of a given Bitcoin address or an Ethereum address without needing to log into a wallet or use a paid service.

Quick Start

Check the balance of the Ethereum address 0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae.

Frequently Asked Questions about check-crypto-address-balance

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

FAQPage Schema
How do I check a cryptocurrency wallet balance without an API key?

You can check a cryptocurrency wallet balance without an API key by using free public APIs to retrieve native currency balances for Bitcoin, Ethereum, Solana, BSC, and Litecoin.

Which blockchains are supported for checking wallet balances?

Supported blockchains for checking wallet balances include Bitcoin (BTC), Ethereum (ETH), Binance Smart Chain (BSC), Solana (SOL), and Litecoin (LTC) using their native currency units.

How does deterministic chain detection work for crypto addresses?

Deterministic chain detection automatically identifies the correct blockchain network from the address format, allowing you to retrieve balances for Bitcoin, Ethereum, Solana, and Litecoin without specifying the chain manually.

Can I verify a Bitcoin or Ethereum balance without logging into a wallet?

Yes, you can verify a Bitcoin or Ethereum balance without logging into a wallet by querying free public APIs through an automated script that returns the balance in native currency units.

Do I need to set up any dependencies to retrieve crypto balances across multiple chains?

No external dependencies are required to retrieve crypto balances across multiple chains, as the skill uses free public APIs and contains its own scripts and references for deterministic chain detection.