Skip to main content
GET
/
v2
/
polymarket
/
market
/
{condition_id}
/
smart-money
Get Smart Money Positioning
curl --request GET \
  --url https://api.predexon.com/v2/polymarket/market/{condition_id}/smart-money \
  --header 'x-api-key: <api-key>'
{
  "smart_wallet_criteria": {},
  "window": "1d",
  "positioning": {
    "condition_id": "<string>",
    "smart_wallet_count": 123,
    "net_buyers": 123,
    "net_sellers": 123,
    "neutral": 123,
    "net_buyers_pct": 123,
    "total_smart_volume": 123,
    "total_smart_buy_volume": 123,
    "total_smart_sell_volume": 123,
    "avg_smart_buy_price": 123,
    "avg_smart_sell_price": 123,
    "total_smart_realized_pnl": 123,
    "avg_smart_roi": 123,
    "avg_smart_win_rate": 123,
    "title": "<string>",
    "market_slug": "<string>"
  }
}
See what profitable traders are doing on a specific market. Returns how many smart wallets are net buyers vs net sellers, average entry prices, and total volume and PnL from smart wallets.
Requires Dev or Pro tier. This endpoint is not available on the Free tier.

Filter Requirements

At least one strong filter must meet threshold:
ParameterMinimum
min_realized_pnl≥ 1,000
min_roi≥ 0.15
min_trades≥ 100
min_volume≥ 10,000
min_win_rate and min_profit_factor require min_trades >= 50 to be valid.

Authorizations

x-api-key
string
header
required

Path Parameters

condition_id
string
required

Market condition ID

Query Parameters

window
enum<string>
default:all_time

Time window for metrics

Available options:
1d,
7d,
30d,
all_time
min_realized_pnl
number | null

Minimum global realized PnL to be 'smart' (USD)

min_roi
number | null

Minimum global ROI to be 'smart' (decimal)

min_win_rate
number | null

Minimum global win rate (decimal)

Required range: 0 <= x <= 1
min_profit_factor
number | null

Minimum global profit factor

Required range: x >= 0
min_trades
integer | null

Minimum global trade count

Required range: x >= 1
min_volume
number | null

Minimum global volume (USD)

Required range: x >= 0

Response

Successful Response

Response for smart money positioning endpoint.

smart_wallet_criteria
Smart Wallet Criteria · object
required

Criteria used to define smart wallets

window
enum<string>
required

Time window for metrics

Available options:
1d,
7d,
30d,
all_time
positioning
SmartMoneyPositioning · object
required

Smart money positioning data