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:
Users in Tennis category where 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.
Cohort IDs
A cohort ID is a TSID — 13 characters of Crockford base32 (I, L, O and U are excluded):
0J9XQ4M7B2K5T. IDs are time-sortable, so ordering by ID orders by creation.
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.