# Compare three public Polymarket wallets

**Use case:** 

Compare three public Polymarket wallets using consistent PnL, drawdown, fee, concentration, maker-taker, and strategy diagnostics.

## Input

```json
{
  "wallets": [
    "0x04b6d7e930cf9e493c5e6ef24b496294f95594c8",
    "0xcfb103c37c0234f524c632d964ed31f117b5f694",
    "0xeebde7a0e019a63e6b476eb425505b7b3e6eba30"
  ],
  "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.