Ethereum Wallet Tracker
Learn how to analyze Ethereum wallet addresses, view transaction history, and assess wallet behavior.
On this page
Overview
The Ethereum Wallet Tracker allows you to analyze any Ethereum wallet address and get comprehensive insights into its transaction history, token holdings, funding sources, and behavioral patterns.
Availability
Ethereum analysis is available for Pro and Max tier users. Free tier users can analyze Linea.
Features
Transaction History
View complete transaction timeline with details including amounts, timestamps, and counterparties.
Token Holdings
See all ERC-20 token holdings with current values in USD.
Portfolio Analysis
Understand portfolio composition, including DeFi positions and NFT holdings.
Risk Assessment
Get risk scores based on transaction patterns and interaction history.
How to Use
Via Web Interface
- Navigate to the Intel page
- Paste an Ethereum wallet address (0x...) into the search bar
- Select "Ethereum" as the blockchain
- Click "Analyze" to get wallet insights
Via API
POST /api/analyze/wallet
{
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f5b2a1",
"chain": "ethereum"
}Response Format
The wallet analysis returns comprehensive data including:
| Field | Type | Description |
|---|---|---|
| address | string | The analyzed wallet address |
| balance | string | Native ETH balance |
| balanceUSD | number | Balance in USD |
| riskScore | number | Risk score 0-100 |
| labels | string[] | Wallet labels (whale, early-adopter, etc.) |
| transactions | array | Recent transactions |
Use Cases
- Due Diligence - Research wallet addresses before transactions
- Investment Research - Follow whale wallet movements
- Compliance - Verify source of funds
- Competitive Intelligence - Track competitor wallet activity
Related Documentation
- Multi-Chain Wallet Tracker - Analyze across all chains
- Wallet Risk Score - Understand risk scoring
- Funding Tree Analysis - Trace fund sources

