ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Zerion Api

Skill by abishekdharshan

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abishekdharshan/zerion-api
Or

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 TypeDescription
PortfolioTotal wallet value, breakdown by chain
TransactionsFull transaction history with parsed actions
PnLProfit/loss calculations
PositionsDeFi positions, staking, lending
Token PricesReal-time pricing and historical charts
NFTsCollections and individual NFT data
Gas PricesCurrent gas prices across chains

Common Queries

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

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

Example Workflows

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

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abishekdharshan-zerion-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#blockchain#crypto#defi#evm#mcp#solana#wallet
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.