โ† All skills
Tencent SkillHub ยท Developer Tools

Zerion API

Query real-time crypto wallet portfolios, transactions, DeFi positions, NFTs, token prices, and gas fees across EVM chains and Solana using Zerion's API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query real-time crypto wallet portfolios, transactions, DeFi positions, NFTs, token prices, and gas fees across EVM chains and Solana using Zerion's API.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

Zerion API Skill

Query crypto wallet data using the Zerion API MCP server.

Overview

This skill provides access to Zerion's interpreted crypto wallet data through MCP tools. Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, and 50+ more) and Solana. Note: API key required for authentication - get yours at https://developers.zerion.io

Available Data

Data TypeDescriptionPortfolioTotal wallet value, breakdown by chainTransactionsFull transaction history with parsed actionsPnLProfit/loss calculationsPositionsDeFi positions, staking, lendingToken PricesReal-time pricing and historical chartsNFTsCollections and individual NFT dataGas PricesCurrent gas prices across chains

Portfolio Analysis

Get the portfolio for wallet 0x1234... Show total value and breakdown by chain for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Transaction History

Show recent transactions for 0x1234... Get transaction history for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 in the last 30 days

DeFi Positions

Show all DeFi positions for 0x1234... What protocols is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 using?

Token Analysis

Get current price of ETH Show price chart for USDC over the last 7 days Compare ETH price to SOL

NFT Data

Show NFT collections owned by 0x1234... Get details for Bored Ape #1234 List all NFTs in wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Gas Prices

What are current gas prices on Ethereum? Compare gas prices across all EVM chains Show Solana transaction fees

Tips

Address Format: Use 0x addresses only (e.g., 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045) Multi-Chain: Supports EVM chains (Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, etc.) and Solana Real-Time: All data is real-time from Zerion's indexed data Auth Required: API key needed - configure in MCP settings

Customer Research

Analyze the portfolio composition of 0x1234... What DeFi protocols are they using? Show their transaction patterns over the last month Calculate their PnL across all positions

Token Analysis

Get the current price of our governance token Compare it to historical prices Show top holders by wallet address

Competitive Analysis

What wallets are using Protocol X? What's the average portfolio size? What other protocols do they use? Show cross-chain activity patterns

Multi-Chain Analysis

Compare wallet activity on Ethereum vs Solana Show portfolio breakdown across all EVM chains Which chains have the most DeFi activity?

MCP Server Details

URL: https://developers.zerion.io/mcp Type: Remote HTTP MCP server Auth: API key required (get at https://developers.zerion.io) Docs: https://developers.zerion.io/reference/building-with-ai

Setup

Get your API key at https://developers.zerion.io Add to your MCP configuration: { "zerion": { "url": "https://developers.zerion.io/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } }

Related Resources

API Docs: https://developers.zerion.io Zerion Dashboard: https://dashboard.zerion.io llms.txt: https://developers.zerion.io/llms.txt (for keeping AI tools current)

When to Use This Skill

Use this skill when: Researching wallet addresses (0x format) Analyzing DeFi positions and protocols Getting real-time token prices across chains Investigating transaction patterns Exploring NFT holdings Checking gas prices across EVM chains and Solana Validating customer or competitor data Calculating portfolio PnL

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs