Skip to main content
0xinsider classifies each trader by how they trade, not just how well. A two-sided arbitrageur and a directional swing trader can both be S-grade, but you copy them differently. The strategy type tells you the style behind the track record. The classification is machine-derived from a trader’s fill history. It is a label to filter and reason with, not a guarantee of future behavior.

The ten strategy types

Where it appears

The classification shows up in two places: On a trader profile, via expand=strategy:
strategy_type is the label. description is an optional human-readable note (present for some types, null for others). confidence is reserved and currently returns null. As a leaderboard filter. Pass strategy to GET /api/v1/leaderboard to rank only one style:
Leaderboard entries also carry a strategy_type field directly, so you can read the style without an extra expand.

Notes

  • The strategy_type value is the ML classifier’s output. New labels can be added over time, so treat the field as a string and match against the ten values above rather than assuming a fixed closed set forever.
  • Strategy classification is Polymarket-only. See Platforms.
  • A trader with too little history may have no classification yet; the strategy object is absent until enough fills exist to classify.