Zerion Api

# Zerion API Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Zerion Api" with this command: npx skills add abishekdharshan/zerion-api

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

Setup

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

Related Resources

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Zerion API

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

Registry SourceRecently Updated
01.1K
Profile unavailable
Web3

vultisig-sdk

Use this skill when an agent needs to create crypto wallets, send transactions, swap tokens, check balances, or perform any on-chain operation across 36+ blockchains using threshold signatures (TSS). Vultisig SDK provides self-custodial MPC vaults — no seed phrases, no single point of failure. Fast Vaults (2-of-2 with VultiServer) enable fully autonomous agent operations without human approval.

Registry SourceRecently Updated
21.3K
Profile unavailable
Web3

WalletPilot

Universal browser wallet automation for AI agents. Supports 10 wallets including MetaMask, Rabby, Phantom, Trust Wallet, OKX, Coinbase, and more. EVM + Solana. Configurable guardrails with spend limits, chain allowlists, and approval thresholds.

Registry SourceRecently Updated
11.3K
Profile unavailable