builder_profile
Get a builder's revenue, fee details, daily metrics, top coins, and trader profitability from Hyperliquid's on-chain ledger. Answers 'how is builder X doing?'.
Instructions
Single-builder overview for a 0x-hex builder address: exact revenue from Hyperliquid's on-chain builder-fee ledger over the period (day/week/month), first/last fee accrual timestamps, distinct fee tokens, most common requested fee rate over the last 7d of orders (feeTenthsBp, tenths of a basis point), a daily attributed series (fees/volume/users/fills) with the biggest day highlighted, top coins by attributed volume, and how many of the period's attributed wallets are all-time profitable. Attributed metrics slightly undercount versus ledger revenue (trigger-order stop/TP fills not yet attributed — see the response's dataNotes); builderName comes from a curated registry, omitted when unknown. Returns 404 for addresses with no revenue in the fee ledger. Use for 'how is builder X doing?' or 'what do people trade on frontend Y?'. Requires Starter tier or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Aggregation window: day, week, or month. | month |
| builder | Yes | Builder address (0x...) — the fee-receiving address a frontend/bot/dex registers on Hyperliquid | |
| topCoins | No | How many top coins (by attributed volume) to return (max 50). | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |