Get referees
Returns the affiliate’s T1/T2/T3 referee list, newest-first by each referee row’s own boundAt. Optional from/to (epoch ms) bound the time window for follow-on pagination. Use nextCursor for exact pagination when multiple rows share the same boundAt.
Query Parameters
Ethereum address of the affiliate.
20-byte EVM address as hex: optional 0x or 0X prefix and exactly 40 hexadecimal digits. API responses normalize to lowercase a–f after 0x.
^(0x|0X)?[0-9a-fA-F]{40}$Start boundAt filter (epoch ms, inclusive).
x >= 0End boundAt filter (epoch ms, inclusive).
x >= 0Maximum rows to return. Default and maximum are both 1000; requests above the maximum are silently clamped.
1 <= x <= 1000Opaque cursor returned as nextCursor from the previous page. Encodes (boundAt, tier, address) and avoids duplicate/skip behavior for rows with identical timestamps.