# Top Solana meme coin traders to copy trade

**Use case:** 

Scrape GMGN's top Solana meme coin traders ranked by 7-day profit. Ideal for finding profitable Solana wallets for copy trading.

## Input

```json
{
  "chain": "sol",
  "traderType": "smart_degen",
  "sortBy": "profit_7d",
  "sortDirection": "desc",
  "maxWallets": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "wallet_address": {
    "label": "Wallet Address",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "realized_profit_7d": {
    "label": "7D Profit (USD)",
    "format": "text"
  },
  "pnl_7d": {
    "label": "7D PnL (%)",
    "format": "text"
  },
  "winrate_7d": {
    "label": "7D Win Rate",
    "format": "number"
  },
  "txs_7d": {
    "label": "7D Transactions",
    "format": "number"
  },
  "balance": {
    "label": "Balance",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GMGN CopyTrade Wallet Scraper](https://apify.com/parsebird/gmgn-copytrade-wallet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/gmgn-copytrade-wallet-scraper) to learn more, explore other use cases, and run it yourself.