builder_overlap
Identify competing frontends, bots, or DEXs by analyzing overlap in active users. Returns shared user counts and fee data for the top 10 other builders in a chosen period.
Instructions
The top 10 OTHER builders this builder's active users also traded through in the period (day/week/month), ranked by shared users — i.e. which other frontends/bots/dexes this builder's audience also uses. Returns activeUsers (the share denominator: distinct wallets with attributed fills via this builder) and per row: the other builder's 0x address, curated builderName (omitted when unknown), sharedUsers, share of this builder's active users, and feesUsd those shared users paid to the OTHER builder in the period. Based on attributed fills, which slightly undercount (trigger-order fills — see the response's dataNotes). Use for 'who is builder X's closest competitor?' or 'where else does its audience trade?'. Requires Pro tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |