# Top KOL wallets on Solana by trade volume

**Use case:** 

Scrape Key Opinion Leader (KOL) wallets on Solana from GMGN ranked by trading volume. Track influencer trading activity.

## Input

```json
{
  "chain": "sol",
  "traderType": "kol",
  "sortBy": "volume_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.