Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Affiliate dashboard

GET /user/affiliate response (spec §7). Returned only for an affiliate; a non-affiliate wallet gets 404.

downline
object
required

Downline user counts at referral levels 1/2/3 below the affiliate (spec §7 downline).

pending_usdt
string
required

Total computed-but-unpaid commission across all weeks, decimal USDT.

rates_bps
object
required

Positional commission rates in bps (spec §7 rates_bps).

status
string
required

Lifecycle status: active or suspended.

weeks
object[]
required

Weekly commission history, newest week first.

lifetime_paid_usdt_micro
integer<int64>

Lifetime SETTLED commission — the sum of amount_usdt_micro over this affiliate's paid weeks, in integer micro-USDT (6dp). Summed at the database so it is exact regardless of the weeks page size. Integer micro (not the decimal string the sibling money fields use) so the client can total/compare it without parsing; 0 for an affiliate never paid.

volume
object

Per-level downline volume (decimal USDC). Additive + defaulted.