GMGN Wallet Activity Scraper avatar
GMGN Wallet Activity Scraper

Pricing

Pay per event

Go to Store
GMGN Wallet Activity Scraper

GMGN Wallet Activity Scraper

Developed by

Muhammet Akkurt

Muhammet Akkurt

Maintained by Community

Extract crypto wallet activities on GMGN.ai for major blockchains (Ethereum, BSC, Base, Solana, Tron). Monitor trades, transfers & liquidity with custom filters. Get detailed transaction data like prices, amounts, gas fees & token info. Perfect for real-time crypto analysis and monitoring.

5.0 (2)

Pricing

Pay per event

2

4

4

Last modified

5 days ago

GMGN Wallet Activity Scanner

GMGN Wallet Activity Scraper

GMGN Wallet Activity Scraper is a powerful web scraping tool developed for the Apify platform. This tool automatically extracts, analyzes, and allows you to monitor wallet activities from crypto wallets on the GMGN.ai platform. Operating across different blockchain networks (Ethereum, BSC, Base, Solana, and Tron), this tool collects information about trading activities including buy, sell, transfers, and liquidity operations in a specific wallet.

Why Should You Use GMGN Wallet Activity Scraper?

GMGN Wallet Activity Scraper saves you hours by automating manual data collection processes and provides you with access to the most up-to-date wallet activity data. This tool offers you the following advantages:

  • Time Saving: Saves you hours by automating manual data collection processes
  • Comprehensive Data: Complete data set including transaction details, prices, amounts, and gas fees
  • Multi-Blockchain Support: Works on Ethereum, BSC, Base, Solana, and Tron networks
  • Customizable Data Collection: Ability to filter by activity types and specific tokens

Features

  • Extracts all wallet activities from crypto wallets on GMGN.ai
  • Can filter activities by type with different selection methods for different chains:
    • Standard chains (Ethereum, BSC, Base, Tron): Multiple selection (buy, sell, transferIn, transferOut, add, remove)
    • Solana: Single group selection (Trading, Transfers, or Liquidity & Burn)
  • Can filter activities for specific tokens
  • Can scrape multiple wallet addresses at once
  • Stores collected data in Apify data storage and allows you to export it in various formats (JSON, CSV, Excel)

Use Cases

  • Activity Tracking: Track trading activities across multiple wallets
  • Trading Analysis: Analyze buy/sell patterns and trading behavior
  • Transaction Monitoring: Monitor specific token transactions and movements
  • Data Science Projects: Create comprehensive datasets for crypto trading analysis
  • Trading Strategies: Collect real-time activity data for your algorithm-based trading strategies

Usage

  1. Run this actor in the Apify console.
  2. Provide the necessary inputs:
    • walletAddresses: Wallet addresses to scan (you can enter multiple addresses)
    • chain: Blockchain network to scan (eth, bsc, base, sol, tron)
    • standardActivityTypes: Types of activities to scrape for standard chains (buy, sell, transferIn, transferOut, add, remove)
    • solanaActivityTypes: Activity group for Solana (trading, transfers, or liquidity)
    • limit: Number of activities to scrape for each wallet
    • token: Optional token address to filter activities for a specific token

Example Input

For Standard Chains (Ethereum, BSC, Base, Tron):

{
"walletAddresses": ["0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"],
"chain": "eth",
"standardActivityTypes": ["buy", "sell"],
"limit": 50,
"token": "0x864cb5194722d5a1596f4be8b899916d30dad8d8"
}

For Solana:

{
"walletAddresses": ["8a3rUE9ArYhRJdubwerxRFSN8A1GRPyXCzya6DGUKT2m"],
"chain": "sol",
"solanaActivityTypes": "trading",
"limit": 50,
"token": "2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"
}

Output

The collected data is saved to the Apify dataset. The output data includes the following fields:

  • wallet: Wallet address
  • chain: Blockchain network
  • tx_hash: Transaction hash
  • timestamp: Activity timestamp
  • event_type: Type of activity (buy, sell, transferIn, transferOut, add, remove, burn - Solana only)
  • token.address: Token address
  • token.symbol: Token symbol
  • token.logo: Token logo URL
  • token.total_supply: Token total supply
  • token_amount: Amount of tokens involved in the activity
  • quote_amount: Quote amount
  • cost_usd: USD cost of the activity
  • buy_cost_usd: USD cost when buying
  • price_usd: Token price in USD
  • price: Token price
  • is_open_or_close: Whether this opens or closes a position
  • quote_token.token_address: Quote token address
  • quote_token.name: Quote token name
  • quote_token.symbol: Quote token symbol
  • quote_token.decimals: Quote token decimals
  • quote_token.logo: Quote token logo
  • quote_address: Quote address
  • from_address: Source address
  • to_address: Destination address
  • gas_native: Gas fee in native token (Solana)
  • gas_usd: Gas fee in USD (Solana)
  • gas: Gas fee (Other chains)

Example Output

{
"wallet": "8a3rUE9ArYhRJdubwerxRFSN8A1GRPyXCzya6DGUKT2m",
"chain": "sol",
"tx_hash": "5rrHtVoDbwJ4FD2xBx7bHNnAvVYHtz7vgXX6fG533eAdjqgBeBkiPttGYxVXpoofakJSkWvMgfojjY8vP95A8etX",
"timestamp": 1754166763,
"event_type": "sell",
"token": {
"address": "2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv",
"symbol": "PENGU",
"logo": "https://gmgn.ai/external-res/b2c5d4510e3db923248f9b0f6631ae2a.webp",
"total_supply": "76723458803"
},
"token_amount": "153.033466",
"quote_amount": "4.973292",
"cost_usd": "4.973292",
"buy_cost_usd": "5.010043683829173",
"price_usd": "0.0324980681023065",
"price": "0.0324980681023065",
"is_open_or_close": 0,
"quote_token": {
"token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"logo": "https://gmgn.ai/external-res/d00cf095c2c891780580a450fbb83b08.webp"
},
"quote_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"from_address": "",
"to_address": "",
"gas_native": "0.0000025",
"gas_usd": "0.00039565"
}

This example output shows the structured data of a single wallet activity. The actual output will be a list of similar objects for all processed activities.

Notes

  • The collected data is stored in Apify's default data store.