check-crypto-address-balance
Check Crypto Address Balance Skill
Query cryptocurrency address balances across multiple blockchains using free public APIs. Supports Bitcoin, Ethereum, BSC, Solana, Litecoin, and other major chains without requiring API keys for basic queries.
Supported chains & best free APIs
| Chain | API | Base URL | Rate limit | Notes |
|---|---|---|---|---|
| Bitcoin (BTC) | Blockchain.info | https://blockchain.info |
~1 req/10s | Most reliable, no key needed |
| Bitcoin (BTC) | Blockstream | https://blockstream.info/api |
Generous | Esplora API, open-source |
| Ethereum (ETH) | Etherscan | https://api.etherscan.io/api |
5 req/sec (free) | Optional key for higher limits |
| Ethereum (ETH) | Blockchair | https://api.blockchair.com |
30 req/min | Multi-chain support |
| BSC (BNB) | BscScan | https://api.bscscan.com/api |
5 req/sec (free) | Same API as Etherscan |
| Solana (SOL) | Public RPC | https://api.mainnet-beta.solana.com |
Varies by node | Free public nodes |
| Solana (SOL) | Solscan API | https://public-api.solscan.io |
10 req/sec | No key for basic queries |
| Litecoin (LTC) | BlockCypher | https://api.blockcypher.com/v1/ltc/main |
200 req/hr | Multi-chain API |
| Litecoin (LTC) | Chain.so | https://chain.so/api/v2 |
Generous | Simple JSON responses |
| Multi-chain | Blockchair | https://api.blockchair.com |
30 req/min | BTC, ETH, LTC, DOGE, BCH |
More from besoeasy/open-skills
news-aggregation
Aggregate and deduplicate recent news from multiple sources into concise topic summaries.
151free-geocoding-and-maps
Geocode addresses and get map data using free OpenStreetMap Nominatim API. Use when: (1) Converting addresses to coordinates, (2) Reverse geocoding coordinates to addresses, (3) Location-based features, or (4) Validating addresses.
68get-crypto-price
Fetch current and historical crypto prices and compute ATH or ATL over common time windows.
49anonymous-file-upload
Upload and host files anonymously using decentralized storage with Originless and IPFS.
48json-and-csv-data-transformation
Transform data between JSON, CSV, and other formats with filtering, mapping, and flattening. Use when: (1) Converting API responses to CSV, (2) Processing data pipelines, (3) Extracting specific fields, or (4) Flattening nested structures.
47trading-indicators-from-price-data
Compute common trading indicators from OHLCV price data for analysis and strategy development.
46