builder_traders
Identify wallets that traded via a specific builder address, sorted by builder fees, volume, or realized PnL, and view each wallet's all-time cohort tiers.
Instructions
Wallets that traded via a builder (0x-hex address) in the window, sortable by builder fees paid, volume, or realized PnL. Each row: wallet, realized PnL on its attributed fills, builderFeesUsd, volumeUsd, fills, latest equity (0 if untracked), and the wallet's ALL-TIME exchange-wide cohort tiers (pnlTier/sizeTier, emitted as legacy slugs like smart_money/whale; null if untracked) — lifetime labels, unlike the 30d-rolling tiers the pulse cohort tools classify by, so memberships can differ. Attributed fills slightly undercount versus ledger revenue (trigger-order stop/TP fills not yet attributed — see the response's dataNotes). Use for 'who are builder X's biggest fee payers?' or 'are smart-money wallets using this frontend?'. Requires Pro tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Ranking: builderFee (fees paid to the builder), volume, or pnl. | builderFee |
| limit | No | Rows to return (max 500). | |
| offset | No | Pagination offset. | |
| period | No | Attribution window: day, week, or month. | week |
| 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. |