Get Account Referral
Get the authenticated account's invite code, parent referral code, direct referral count, and fee share rate.
get/v1/account/referral
Response
Account referral response.
Example response
{
"code": "ABC123",
"parent": "ABC123",
"children_count": 12,
"active_children_count": 8,
"children_volume": "125000.50",
"children_fees": "312.75",
"referrals_left": 11,
"fee_share_rate": "0.2"
}Changes
Changed in 1 of the 7 revisions of this API.3
- ○
added the required property
active_children_countto the response with the200statusresponse-required-property-added
- ○
added the required property
children_feesto the response with the200statusresponse-required-property-added
- ○
added the required property
children_volumeto the response with the200statusresponse-required-property-added
- ○