builder_fills
Fetch trade fills linked to a builder address on Hyperliquid, filterable by coin or wallet, for auditing real-time flow or wallet activity. Includes time, side, price, size, volume, PnL, and fees.
Instructions
Individual fills attributed to a builder (0x-hex address) within a lookback window (since, e.g. '6h' or '7d', clamped to 90d), optionally filtered to one exact coin (BTC, xyz:GOLD, @123 spot, #10010 HIP-4 outcome) or one wallet. Each fill: time, wallet, coin, marketType (perp|spot|hip4), side (BUY|SELL), price, size, USD volume, realized PnL, builderFeeUsd, tid, and the order id it attributes to (null if untracked). Trigger-order (stop/TP) fills are not yet attributed, so this feed slightly undercounts versus ledger revenue — see the response's dataNotes. Use for 'show me the flow going through frontend X right now' or auditing one wallet's activity via a builder. Requires Pro tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Optional exact coin filter: BTC, xyz:GOLD, @123 (spot), #10010 (HIP-4). | |
| limit | No | Rows to return (max 500). | |
| since | No | Lookback window like '30m', '6h', '7d' (clamped to 90d). | 24h |
| offset | No | Pagination offset. | |
| address | No | Optional wallet filter (0x-hex address). | |
| 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. |