curl
Public
Get referral commission rate schedule
Returns the referral commission rate schedule used by the referral service to compute affiliate payouts on each fill.
GET
curl
The response body shown here is a static example, not live data. After you click Send, your live result appears in a separate panel headed 200 OK. The panel under the status-code tabs is a fixed sample from the spec — its field values (fees, prices, sizes, IDs, timestamps) are placeholders. Use Send, or call the endpoint, for current values.
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. These are fixed constants that match the payout schedule.
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%.