Documentation Index
Fetch the complete documentation index at: https://docs.chainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Web3 Data Skill is a Claude Code skill that covers two Chainbase services:- On-chain data — query token holders, wallet balances, NFT ownership, ENS domains, address labels, transactions, and more across multiple EVM chains via the Chainbase API.
- Crypto social intelligence — discover trending crypto narratives, search topics, retrieve Twitter/X mentions, and monitor social signals via Tops. No API key required.
Installation
Install the skill via skills.sh:Configuration
Set your Chainbase API key as an environment variable (required for on-chain data):The Tops social intelligence commands do not require an API key and are free to use.
On-Chain Data Queries
| Category | Examples |
|---|---|
| Token Analysis | Top holders, token price, price history, token metadata, token transfers |
| Wallet & Balance | ERC-20 balances, native token balances, NFTs owned by address |
| NFT | NFT metadata, collection owners, rarity scores, transfer history |
| Address Labels | Exchange, contract, whale, and other address tags |
| ENS Domains | Resolve domains, reverse resolve, list domains by address |
| Transactions | Transaction details, account transaction history |
Crypto Social Intelligence (Tops)
| Category | Examples |
|---|---|
| Trending Topics | What’s trending in crypto right now, ranked by heat score |
| Topic Details | Summary, authors, representative tweets for a specific narrative |
| Topic Posts | Raw Twitter/X posts under a topic for sentiment analysis |
| Narrative Search | Find candidate topics by keyword (e.g. “RWA”, “AI Agent”) |
| Mention Search | Recent Twitter/X mentions for any project or keyword |
Usage Examples
Once installed, use natural language in Claude Code:Learn More
- Chainbase API Reference — Full API documentation
- Supported Networks — Complete list of supported chains
- CLI Reference — Full command reference for on-chain and Tops commands
- GitHub Repository — Source code and contributions