curl --request GET \
--url https://api-staging.boost.xyz/users/referrals/total
{
"referralsEarnings": "<string>",
"referralsCompleted": 123
}
Get boost referrals earnings, total referrals, and referral rank
curl --request GET \
--url https://api-staging.boost.xyz/users/referrals/total
{
"referralsEarnings": "<string>",
"referralsCompleted": 123
}
Success
The response is of type object
.