Skip to main content
GET
Get fee revenue generated by a referrer's network

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

referrer_account
string
required

The referrer's wallet address (not a subaccount address)

days
integer<int64>

Trailing UTC days to cover. Defaults to 30, clamped to 90.

Required range: x >= 0

Response

Fee revenue generated by the referral network

Fee revenue a referrer's network generated over the window.

Carries no commission figure: the rate is not signed off and no accrual ledger exists. What it does carry is the basis such a figure would be computed from.

builder_payouts_usd
number<double>
required

Builder kickbacks owed on those same fills, in USD. Deducted before commission.

commission_basis_usd
number<double>
required

net_fees_usd - builder_payouts_usd

days
integer<int64>
required

The window actually used, after clamping

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

Fees the network paid minus rebates it received, in USD. Can go negative on a net-rebated network.