# Solana Whale Tracker: Copy Trade Smart Money

**Use case:** 

Track massive Solana whale wallets in real-time. Detect early Raydium DEX liquidity shifts, automate your copy-trading strategy, and front-run the market.

## Input

```json
{
  "wallets": [
    "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM"
  ],
  "minimumUSDValue": 10000,
  "enableAISignals": true
}
```

## Output

```json
{
  "wallet_address": {
    "label": "Wallet address"
  },
  "chain": {
    "label": "Chain"
  },
  "status": {
    "label": "Status"
  },
  "timestamp": {
    "label": "Timestamp"
  },
  "ai_trading_signal": {
    "label": "Ai trading signal"
  },
  "strategic_guidance": {
    "label": "Strategic guidance"
  }
}
```

## About this Actor

This example demonstrates how to use [Solana Whale Tracker and DEX Scraper | Smart Money](https://apify.com/intelscrape/solana-whale-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/solana-whale-tracker) to learn more, explore other use cases, and run it yourself.