# Audit a public Polymarket whale wallet

**Use case:** 

Analyze public Polymarket wallet PnL, drawdown, maker and taker behavior, fee exposure, concentration, and copyability warnings.

## Input

```json
{
  "wallets": [
    "0x04b6d7e930cf9e493c5e6ef24b496294f95594c8"
  ],
  "tradeLimit": 1000,
  "closedPositionLimit": 500,
  "openPositionLimit": 500,
  "maxFeeMarkets": 250,
  "includeLeaderboard": true
}
```

## Output

```json
{
  "wallet": {
    "label": "Wallet",
    "format": "string"
  },
  "scanned_at_iso": {
    "label": "Scanned at",
    "format": "string"
  },
  "leaderboard": {
    "label": "Leaderboard snapshots",
    "format": "object"
  },
  "open_positions": {
    "label": "Open positions",
    "format": "object"
  },
  "closed_positions": {
    "label": "Closed positions",
    "format": "object"
  },
  "trade_sample": {
    "label": "Trade behavior",
    "format": "object"
  },
  "fee_sample": {
    "label": "Estimated taker fees",
    "format": "object"
  },
  "risk_flags": {
    "label": "Risk and interpretation flags",
    "format": "array"
  },
  "data_quality": {
    "label": "Coverage and methods",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Polymarket Wallet PnL and Strategy Analyzer](https://apify.com/redfoxxie/polymarket-wallet-edge-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/redfoxxie/polymarket-wallet-edge-audit) to learn more, explore other use cases, and run it yourself.