Get referral commission rate schedule
Returns the referral commission rate schedule used by go-attribution to compute affiliate payouts on each fill.
wire.DefaultReferralTiers, wire.DefaultReferralT2RateBPS, wire.DefaultReferralT3RateBPS) — there is no admin mutation path today, so the response is stable until the next deploy that bumps those constants.
Effective T1 paid to a referrer on a given fill is max(t1_rate_bps - referee_discount_bps_at_binding, 0) where the discount is locked at the referee’s registration time.
No authentication required.Response
Commission rate schedule.
Referral commission rate schedule returned by GET /v1/commissionrates. Sourced from wire.DefaultReferralTiers() and wire.DefaultReferralT2RateBPS / wire.DefaultReferralT3RateBPS — compile-time constants shared with go-attribution's payout math.
Per-tier T1 commission rate, sorted ascending by level.
Flat T2 commission rate in basis points paid to the referrer of the referrer (depth 2) regardless of tier. Example: 300 = 3%.
Flat T3 commission rate in basis points paid to the T2 referrer's referrer (depth 3) regardless of tier. Example: 200 = 2%.