v1
latestOpenAPI 3.1.02026-07-2657157254.1 KBGet Wallet Builder Fees
Total builder fees a wallet has paid, with per-builder breakdown.
PK-probes order_filled_by_maker (sorted by maker). Each fill is scored at the (taker_bps, maker_bps) that was actually in effect at block_timestamp — ASOF join against builder_fee_rates FINAL, with a synthesized epoch-anchored row per builder so fills that predate the refresh worker's first observation also get scored.
Time range: pass window (24h/7d/30d/all) for convenience, or start_time + end_time (Unix seconds) for arbitrary ranges. If either timestamp is set, window is ignored.
Optional builder_code filters to a single builder.
On V2, OrderFilled.taker is the exchange contract — user identity is always maker, and is_taker=1 flags which leg is the taker side.
Path parameters
Wallet address (0x + 40 hex)
Wallet address (0x + 40 hex)
Query parameters
Rolling window: 24h, 7d, 30d, or all. Ignored if start_time/end_time provided.
Rolling window: 24h, 7d, 30d, or all. Ignored if start_time/end_time provided.
Unix seconds, inclusive. Overrides window if set.
Unix seconds, inclusive. Overrides window if set.
Unix seconds, exclusive. Overrides window if set.
Unix seconds, exclusive. Overrides window if set.
Restrict to a single builder (bytes32 hex).
Restrict to a single builder (bytes32 hex).
Max per-builder breakdown rows
Max per-builder breakdown rows
Response
Successful Response