Skip to main content
GET
Get a referrer's sub-affiliates

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 the network-volume column covers. Defaults to 30, clamped to 90.

Required range: x >= 0
limit
integer<int32>

Sub-affiliates per page. Defaults to 25, clamped to 200.

Required range: x >= 0
offset
integer<int32>

Sub-affiliates to skip. Clamped to 10000.

Required range: x >= 0

Response

Sub-affiliate totals and a page of rows

referrer_account
string
required
sub_affiliates
object[]
required
summary
object
required

Totals across every sub-affiliate, independent of the page.

total_count
integer<int64>
required

Sub-affiliates in total, for pagination

Required range: x >= 0