builder_retention
Analyze monthly user retention for any Hyperliquid builder by grouping wallets by first fee-order month and tracking active wallets each following month to reveal churn.
Instructions
Monthly retention matrix for a builder's users (takes only the 0x-hex builder address — no other parameters): wallets are cohorted by the calendar month (YYYY-MM, UTC) of their first builder-fee order via this builder, and each cohort's activeWallets[k] counts wallets still active k months later, where 'active' = placed at least one builder-fee order that month (index 0 = the cohort month itself = newWallets). Covers the last 12 calendar months, oldest cohort first. Measured on the ORDERS plane — the order need not fill — so counts can exceed the attributed-fill user counts on builder_cohorts/builder_overlap; see the response's dataNotes for the attribution caveat. Use for 'does builder X retain users month over month, or churn them?'. Requires Pro tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builder | Yes | Builder address (0x...) — the fee-receiving address a frontend/bot/dex registers on Hyperliquid | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |