Closed fredev closed 3 months ago
Expand the get referral call with the total count of the three referral levels
For the first level we calculate the number of referrals registered directly from the address present in the path parameter
For the second level we count all the referrals made by the first level referrals
The same goes for the third level but using the referrals from the second level
method: GET path: /referrals/:address
It's ok?
Expand the get referral call with the total count of the three referral levels
For the first level we calculate the number of referrals registered directly from the address present in the path parameter
For the second level we count all the referrals made by the first level referrals
The same goes for the third level but using the referrals from the second level
method: GET path: /referrals/:address