✓ Verified 💻 Development ✓ Enhanced Data

Zerion Api Mcp

summary: Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM c

Rating
4.4 (456 reviews)
Downloads
22,734 downloads
Version
1.0.0

Overview

summary: Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM chains.

Complete Documentation

View Source →

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

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

Transaction History

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

DeFi Positions

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

Token Analysis

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

NFT Data

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

Gas Prices

text
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

Example Workflows

Customer Research

text
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

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

Competitive Analysis

text
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

text
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:
json
{
     "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

Installation

Terminal bash

openclaw install zerion-api-mcp
    
Copied!

💻Code Examples

### Portfolio Analysis

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

### Transaction History

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

### DeFi Positions

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

### Token Analysis

-token-analysis.txt
Get current price of ETH
Show price chart for USDC over the last 7 days
Compare ETH price to SOL

### NFT Data

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

### Gas Prices

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

### Customer Research

-customer-research.txt
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

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

### Competitive Analysis

-competitive-analysis.txt
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

-multi-chain-analysis.txt
Compare wallet activity on Ethereum vs Solana
Show portfolio breakdown across all EVM chains
Which chains have the most DeFi activity?

Tags

#devops_and-cloud #api

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author abishekdharshan
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install zerion-api-mcp