Skip to main content
GET
Get the builder fees an owner collected

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

referrer_account
string
required

The builder's wallet address (not a subaccount address). Named like the other referral reads so the web backend's passthrough injects it the same way.

days
integer<int64>

Trailing UTC days for the daily series. Defaults to 30, clamped to 90.

Required range: x >= 0

Response

Builder fees collected by the owner

Builder fees an owner collected on fills routed under their builder code.

Informational: builder fees settle on-chain at fill time, so nothing here is claimable.

daily
object[]
required

Oldest day first. Days without fills are omitted; clients fill the gaps.

days
integer<int64>
required

The window actually used, after clamping

Required range: x >= 0
total_fees_usd
number<double>
required

All-time builder fees, in USD

total_fills
integer<int64>
required
Required range: x >= 0
window_fees_usd
number<double>
required

Sum of daily

window_fills
integer<int64>
required
Required range: x >= 0