Crypto Wallet Performance Tracker

Crypto Wallet Performance Tracker

by crypto-scraper

Track and analyze crypto wallet performance across multiple blockchains by scraping gmgn.ai. Monitor insider and whale wallets with PnL, win rate, and...

676 runs
127 users
Try This Actor

Opens on Apify.com

About Crypto Wallet Performance Tracker

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.

What does this actor do?

Crypto Wallet Performance Tracker is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Crypto Wallet Performance Tracker 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 | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | wallets | array | Yes | List of wallet addresses to analyze | | chain | string | Yes | Blockchain network (sol, eth, base, tron, blast) | | daysOption | string | No | Analysis period (7d, 30d, default: 30d) | | proxy | object | No | RECOMMENDED! Custom proxy configuration. See recommendation section | ### Example Input json { "wallets": [ "61LtsXuMfC2SCUr7RYVRKBe3mmTTxUYeGt4HTN94CjKx", "BieeZkdnBAgNYknzo3RH2vku7FcPkFZMZmRJANh2TpW" ], "proxy": { "useApifyProxy": false, "proxyUrls": [ "http://username:password@my-proxy.example.com:port" ] }, "chain": "sol", "daysOption": "30d" } ## 📈 Output Data ### Metrics Tracked | Metric | Description | |--------|-------------| | Total PnL (USD) | Total profit/loss in USD across all trades | | PnL Percentage | Percentage return on investment (as float, e.g. 1.25 = 125%) | | Unrealized Profits | Current paper gains/losses on held positions | | Total Cost Basis | Total amount invested in purchases | | Average Token Cost | Mean price paid per token | | Average Realized Profit | Mean profit taken per successful trade | | Current Balance | Current native token balance held on the specified blockchain | | USD Balance | Current balance converted to USD value | | Win Rate | Percentage of profitable trades (as float, e.g. 0.685 = 68.5%) | | Time Period | Duration of analysis (7d/30d) | | Wallet Details | Address and blockchain information | | Error | Any errors encountered during analysis. Most of the time, this will be null | ### Raw Example Json Output json { "wallet": "61LtsXuMfC2SCUr7RYVRKBe3mmTTxUYeGt4HTN94CjKx", "chain": "sol", "daysOption": "30d", "totalPnlUsdAmount": 15234.50, "totalPnlPct": 25.6, "unrealizedUsdProfit": 3421.75, "totalUsdCost": 50000.00, "tokenAvgUsdCost": 22.45, "tokenAvgRealizedUsdProfit": 1250.80, "balance": 2234.567, "usdBalance": 53421.75, "pnlPct": 25.6, "winrate": 68.5, "error": null } ### TypeScript Interface typescript interface WalletStats { wallet: string; chain: string; daysOption: string; totalPnlUsdAmount?: number; totalPnlPct?: number; unrealizedUsdProfit?: number; totalUsdCost?: number; tokenAvgUsdCost?: number; tokenAvgRealizedUsdProfit?: number; balance?: number; usdBalance?: number; pnlPct?: number; winrate?: number; error?: string; } ### Python Model python from pydantic import BaseModel from typing import Optional class WalletStats(BaseModel): wallet: str chain: str daysOption: str totalPnlUsdAmount: Optional[float] totalPnlPct: Optional[float] unrealizedUsdProfit: Optional[float] totalUsdCost: Optional[float] tokenAvgUsdCost: Optional[float] tokenAvgRealizedUsdProfit: Optional[float] balance: Optional[float] usdBalance: Optional[float] pnlPct: Optional[float] winrate: Optional[float] 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

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Crypto Wallet Performance Tracker now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
crypto-scraper
Pricing
Paid
Total Runs
676
Active Users
127
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support