返回顶部
z

zapper

Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,962
下载量
1
收藏
概述
安装方式
版本历史

zapper

# Zapper Skill Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. ## Quick Start ### Setup Get your API key from [Zapper Dashboard](https://dashboard.zapper.xyz/settings/api) (free tier available): ```bash mkdir -p ~/.clawdbot/skills/zapper cat > ~/.clawdbot/skills/zapper/config.json << 'EOF' { "apiKey": "YOUR_ZAPPER_API_KEY" } EOF ``` ### Basic Usage ```bash # Portfolio summary scripts/zapper.sh portfolio 0x... # Token holdings scripts/zapper.sh tokens 0x... # DeFi positions scripts/zapper.sh apps 0x... # NFT holdings scripts/zapper.sh nfts 0x... # Token price scripts/zapper.sh price ETH # Recent transactions scripts/zapper.sh tx 0x... # Unclaimed rewards scripts/zapper.sh claimables 0x... ``` ## Commands | Command | Description | Example | |---------|-------------|---------| | `portfolio <address>` | Token balances + totals across all chains | `zapper.sh portfolio 0x123...` | | `tokens <address>` | Detailed token holdings | `zapper.sh tokens 0x123...` | | `apps <address>` | DeFi positions (LPs, lending, staking) | `zapper.sh apps 0x123...` | | `nfts <address>` | NFT holdings | `zapper.sh nfts 0x123...` | | `price <symbol>` | Token price lookup | `zapper.sh price ETH` | | `tx <address>` | Recent transactions (human-readable) | `zapper.sh tx 0x123...` | | `claimables <address>` | Unclaimed rewards | `zapper.sh claimables 0x123...` | ## Supported Networks Zapper supports 50+ chains including: - Ethereum - Base - Polygon - Arbitrum - Optimism - Avalanche - BNB Chain - zkSync - Linea - Scroll - And more... ## Use Cases - **Portfolio tracking**: Aggregate all DeFi positions across chains - **Yield hunting**: Check claimables and unclaimed rewards - **NFT portfolio**: Track NFT holdings across marketplaces - **Transaction history**: Human-readable on-chain activity - **Token prices**: Quick price lookups ## API Reference All endpoints use `POST https://public.zapper.xyz/graphql` with GraphQL queries. See [references/api.md](references/api.md) for full API documentation. ## Requirements - `curl` - HTTP requests - `jq` - JSON parsing - `python3` - Formatting output - Zapper API key (free tier available) ## Notes - API key is required for all endpoints - Rate limits apply based on your Zapper plan - GraphQL queries allow flexible data selection

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 zapper-1776370443 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 zapper-1776370443 技能

通过命令行安装

skillhub install zapper-1776370443

下载 Zip 包

⬇ 下载 zapper v1.0.0

文件大小: 6.36 KB | 发布时间: 2026-4-17 15:29

v1.0.0 最新 2026-4-17 15:29
DeFi portfolio tracking across 50+ chains

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部