Skip to main content
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.
Returns the referral commission rate schedule used by the referral service to compute affiliate payouts on each fill. T1 (depth 1) varies by the referrer’s tier and is listed per row; T2 (depth 2) and T3 (depth 3) are flat rates that apply regardless of tier. These rates are fixed constants with no admin mutation path today, so the response is stable until it is next changed. 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. These are fixed constants that match the payout schedule.

tiers
object[]
required

Per-tier T1 commission rate, sorted ascending by level.

t2_rate_bps
integer<int32>
required

Flat T2 commission rate in basis points paid to the referrer of the referrer (depth 2) regardless of tier. Example: 300 = 3%.

t3_rate_bps
integer<int32>
required

Flat T3 commission rate in basis points paid to the T2 referrer's referrer (depth 3) regardless of tier. Example: 200 = 2%.