Market Data
Wallet reputation
Win-rate, trade count, notional, and PnL for a wallet.
GET /wallet/{address}
Wallet reputation: win-rate, trade count, total notional, and PnL from our
wallet_stats table. Address is lowercased before lookup. Returns 404 when the
wallet is not tracked.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Polymarket proxy wallet address, case-insensitive (path param) |
curl -H "x-api-key: YOUR_KEY" \
"https://api.scanna.xyz/wallet/0x66fbe4344c..."