TopRank Skills

Home / Claw Skills / Finance / Crypto / Zerion Api Mcp
Official OpenClaw rules 54%

Zerion Api Mcp

Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM chains and Solana using Zerion's MCP server.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Zerion Api Mcp 技能。 若已安装,则直接安装 Zerion Api Mcp 技能。

Overview

Skill Key
abishekdharshan/zerion-api-mcp
Author
abishekdharshan
Source Repo
openclaw/skills
Version
-
Source Path
skills/abishekdharshan/zerion-api-mcp
Latest Commit SHA
0dc3377c90ace9b7482d7677ce11c8c288b3bd2f

Extracted Content

SKILL.md excerpt

# 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 Type | Description |
|-----------|-------------|
| Portfolio | Total wallet value, breakdown by chain |
| Transactions | Full transaction history with parsed actions |
| PnL | Profit/loss calculations |
| Positions | DeFi positions, staking, lending |
| Token Prices | Real-time pricing and historical charts |
| NFTs | Collections and individual NFT data |
| Gas Prices | Current 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 Re...

README excerpt

# Zerion API Skill

Query crypto wallet data using the Zerion API MCP server - supports EVM chains and Solana.

## Installation

Via ClawHub:
```bash
npx clawhub install abishekdharshan/zerion-api
```

Or via Claude Code, add to your skills directory.

## Features

- Portfolio analysis (total value, chain breakdown, PnL)
- Transaction history with parsed actions
- DeFi positions across protocols
- Real-time token prices and charts
- NFT collections and individual NFT data
- Gas prices across all chains

## Chain Support

- **EVM**: Ethereum, Polygon, Arbitrum, Optimism, Base, BSC, and 50+ more
- **Solana**: Full support for Solana wallets and transactions

## Requirements

- OpenClaw or Claude Code with MCP support
- **API Key**: Get your free API key at https://developers.zerion.io
- Zerion MCP server configured with authentication

## Setup

1. Get your API key at https://developers.zerion.io
2. Add to your MCP configuration:

```json
{
  "zerion": {
    "url": "https://developers.zerion.io/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  }
}
```

See SKILL.md for detailed instructions and examples.

## Author

Abi Dharshan (@abishekdharshan)
Product Lead, Zerion API

## License

MIT

Related Claw Skills