Static and rule-based cohorts
A cohort’s members can be defined two ways:- Static: an explicit list of wallets you add by hand.
-
Rule-based: criteria that automatically match wallets and refresh over time. Rules combine portfolio properties and performance windows, for example:
User has portfolio with Median of Max Position Size ≥ 100,000 during Last Year
The cohort view
Every cohort opens on a set of headline stats, then a leaderboard of its wallets:Traders
Number of wallets in the cohort.
Total PnL
Combined realized profit and loss across the cohort.
ROI
Return on investment for the selected window.
Total Volume
Total trading volume across the cohort.
API endpoints
Cohort analytics are served by the profiles endpoints, scoped to the cohort’s wallets. The positions, activity and signals endpoints back the corresponding tabs.User Profile
POST /api/v1/profiles/user: per-wallet PnL, win rate, volume, ROI, hold time and trade counts.User Tag Profile
POST /api/v1/profiles/user-tag: the same performance broken down by category tag.