Crypto Wallet Performance Tracker avatar

Crypto Wallet Performance Tracker

Try for free

14 days trial then $10.00/month - No credit card required now

View all Actors
Crypto Wallet Performance Tracker

Crypto Wallet Performance Tracker

crypto-scraper/crypto-wallet-performance-tracker
Try for free

14 days trial then $10.00/month - No credit card required now

Track and analyze crypto wallet performance across multiple blockchains by scraping gmgn.ai. Monitor insider and whale wallets with PnL, win rate, and balance tracking. Supports Solana, Ethereum, Base, Tron, and Blast.

Track and analyze insider & whale wallet performance across multiple blockchains by scraping data from https://gmgn.ai/.

🚀 Introduction

  • Powerful actor for discovering high-performing crypto wallets
  • Automatically scrapes and analyzes wallet activity data
  • Identifies potential insider and whale wallets
  • Supports multiple major blockchain networks
  • Perfect for traders, researchers, and developers

✨ Key Features

🔗 Multi-Blockchain Support

  • Solana (SOL)
  • Ethereum (ETH)
  • Base (BASE)
  • Tron (TRON)
  • Blast (BLAST)

📊 Comprehensive Wallet Analysis

  • PnL percentage calculations
  • Win rate tracking
  • Average realized profit metrics
  • Balance tracking in tokens and USD
  • Cost basis analysis

⚡ Powerful Capabilities

  • Customizable time periods (7d/30d)
  • Proxy configuration support
  • Real-time data updates
  • Structured output format

📝 Input Parameters

ParameterTypeRequiredDescription
walletsarrayYesList of wallet addresses to analyze
chainstringYesBlockchain network (sol, eth, base, tron, blast)
daysOptionstringNoAnalysis period (7d, 30d, default: 30d)
proxyobjectNoRECOMMENDED! Custom proxy configuration. See recommendation section

Example Input

1{
2  "wallets": [
3    "61LtsXuMfC2SCUr7RYVRKBe3mmTTxUYeGt4HTN94CjKx",
4    "BieeZkdnBAgNYknzo3RH2vku7FcPkFZMZmRJANh2TpW"
5  ],
6  "proxy": {
7        "useApifyProxy": false,
8        "proxyUrls": [
9            "http://username:password@my-proxy.example.com:port"
10        ]
11  },
12  "chain": "sol",
13  "daysOption": "30d"
14}

📈 Output Data

Metrics Tracked

MetricDescription
Total PnL (USD)Total profit/loss in USD across all trades
PnL PercentagePercentage return on investment (as float, e.g. 1.25 = 125%)
Unrealized ProfitsCurrent paper gains/losses on held positions
Total Cost BasisTotal amount invested in purchases
Average Token CostMean price paid per token
Average Realized ProfitMean profit taken per successful trade
Current BalanceCurrent native token balance held on the specified blockchain
USD BalanceCurrent balance converted to USD value
Win RatePercentage of profitable trades (as float, e.g. 0.685 = 68.5%)
Time PeriodDuration of analysis (7d/30d)
Wallet DetailsAddress and blockchain information
ErrorAny errors encountered during analysis. Most of the time, this will be null

Raw Example Json Output

1{
2  "wallet": "61LtsXuMfC2SCUr7RYVRKBe3mmTTxUYeGt4HTN94CjKx",
3  "chain": "sol",
4  "daysOption": "30d",
5  "totalPnlUsdAmount": 15234.50,
6  "totalPnlPct": 25.6,
7  "unrealizedUsdProfit": 3421.75,
8  "totalUsdCost": 50000.00,
9  "tokenAvgUsdCost": 22.45,
10  "tokenAvgRealizedUsdProfit": 1250.80,
11  "balance": 2234.567,
12  "usdBalance": 53421.75,
13  "pnlPct": 25.6,
14  "winrate": 68.5,
15  "error": null
16}

TypeScript Interface

1interface WalletStats {
2  wallet: string;
3  chain: string;
4  daysOption: string;
5  totalPnlUsdAmount?: number;
6  totalPnlPct?: number;
7  unrealizedUsdProfit?: number;
8  totalUsdCost?: number;
9  tokenAvgUsdCost?: number;
10  tokenAvgRealizedUsdProfit?: number;
11  balance?: number;
12  usdBalance?: number;
13  pnlPct?: number;
14  winrate?: number;
15  error?: string;
16}

Python Model

1from pydantic import BaseModel
2from typing import Optional
3
4class WalletStats(BaseModel):
5    wallet: str
6    chain: str
7    daysOption: str
8    totalPnlUsdAmount: Optional[float]
9    totalPnlPct: Optional[float]
10    unrealizedUsdProfit: Optional[float]
11    totalUsdCost: Optional[float]
12    tokenAvgUsdCost: Optional[float]
13    tokenAvgRealizedUsdProfit: Optional[float]
14    balance: Optional[float]
15    usdBalance: Optional[float]
16    pnlPct: Optional[float]
17    winrate: Optional[float]
18    error: Optional[str]

🚦 Getting Started

  1. Setup

    • Create an Apify account
    • Access the Crypto Wallet Performance Tracker
    • Configure proxy settings (optional)
  2. Running the Actor

    • Input target wallet addresses
    • Select blockchain network
    • Choose analysis timeframe
    • Start the actor
  3. Accessing Results

    • Download structured JSON output
    • Integrate with your applications
    • Analyze wallet performance metrics

💡 Recommendations

  • Optimize Proxy Settings: If you're analyzing wallets on multiple blockchains simultaneously, consider configuring custom proxies to ensure reliable data scraping.
    • Recommended Proxy Services:
      • SOAX (soax.com) - Residential/Mobile/ISP, High success rate, Global coverage, Min. $100 per Month. Best choice for the best performance.
      • IPRoyal (iproyal.com) - Residential/Datacenter, Affordable, Good performance, Min. $12
  • Don't use free proxies: Free proxies often have low success rates and can lead to unreliable data.
  • Consider alternatives to Apify Proxies: Our tests show that Apify proxies can be slower and experience more frequent blocks compared to IPRoyal

💪 Benefits

Data Collection

  • Automated wallet data gathering
  • Real-time performance tracking
  • Multi-chain support in one tool

Analysis Power

  • Monitor trading performance

Developer-Friendly

  • Clean, structured output
  • TypeScript/Python support
  • Easy API integration

💎 Pricing

  • Just $10/month (+ Apify usage fees) to find wallets that make minimum 100% ROI
  • Perfect for copy traders looking for winning strategies

Disclaimer: The tool provides insights based on historical wallet performance. Investment outcomes are subject to market risks, and past performance is not indicative of future results.

🎯 Use Cases

  • Crypto Research
  • Trading Strategy Development
  • Whale Wallet Monitoring
  • Market Analysis
  • Portfolio Tracking

🤝 Support

  • Documentation available
  • Technical support
  • Regular updates
  • Community forum

🚀 Get Started Now

Don't miss out on valuable wallet insights. Start tracking high-performing wallets today!

Try the Actor Now | View Documentation | Get Support

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Nov 2024
  • Modified about 6 hours ago