For each cohort day in the requested window, returns the cohort size and the share of traders that came back on day +1, +7, and +30.
Documentation Index
Fetch the complete documentation index at: https://docs.struct.to/llms.txt
Use this file to discover all available pages before exploring further.
Builder code.
Inclusive start of cohort window (Unix seconds). Default: now - 30 days.
Inclusive end of cohort window (Unix seconds). Default: now - 1 day. Cohorts within this range have at least one full day for D1 retention; older cohorts are required for D7/D30.
Per-cohort-day retention metrics
Cohort day as Unix-second timestamp at 00:00 UTC.
Number of distinct traders whose first-ever trade with this builder
landed on cohort_day.
Counts of cohort traders active on day +1 / +7 / +30.
Retained counts as fractions of cohort_size (0 when cohort is empty).