Skip to main content
GET
Cohort retention for a builder

Path Parameters

builder_code
string
required

Builder code.

Query Parameters

from
integer<int64>

Inclusive start of cohort window (Unix seconds). Default: now - 30 days.

to
integer<int64>

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.

Response

200 - application/json

Per-cohort-day retention metrics

cohort_day
integer<int64>
required

Cohort day as Unix-second timestamp at 00:00 UTC.

cohort_size
integer<int64>
required

Number of distinct traders whose first-ever trade with this builder landed on cohort_day.

retained
object
required

Retained trader counts.

retention
object
required

Retention fractions.

Last modified on August 7, 2026