Get affiliate info
Returns affiliate information including code, tier, commission totals, and referee count.
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}$Response
Affiliate info.
Lower-case 0x-prefixed 20-byte affiliate address.
Active referral code, or empty string if revoked / never created.
Affiliate's current kickback rate in basis points (0-5000). 0 means no kickback.
Current affiliate/account tier level used for referral commission rates. Use tradingFeeTier for the corresponding maker/taker fee BPS details.
Lifetime commission earned, in quote quantums (1e9 = $1). Snapshot from affiliate_state.total_commission_quantums, which is the most recent post-event total stamped by go-attribution.
Commission earned since the last claim cutoff, in quote quantums. Decreases to 0 when a ClaimProcessed event covers the full outstanding balance.
Notional fill volume over the trailing 30 days, in quote quantums. null/0 if ClickHouse is unreachable; the endpoint degrades gracefully rather than failing /info.
Combined trailing-30-day notional fill volume of all of this affiliate's direct (T1) referees, in quote quantums (1e9 = $1). Read from the off-write-path hourly volume rollup. 0 if ClickHouse is unreachable; the endpoint degrades gracefully.
Commission earned over the trailing 30 days, in quote quantums. Computed as the lifetime commission snapshot minus the running commission total as of the window start (boundary subtraction). 0 if ClickHouse is unreachable; the endpoint degrades gracefully.
The user's current trading fee tier (level + maker/taker BPS). Omitted when the persistence layer has not yet recorded a tier for this address (new accounts before the first AccountFeeTierUpdate).