GET
/v1/client/promotions/referral-info
curl \
--request GET 'https://api.bitlabs.ai/v1/client/promotions/referral-info' \
--header "X-Api-Token: $API_KEY" \
--header "X-User-Id: $API_KEY"
Response examples (200)
{
"data": {
"code": "GH89pT",
"total_referrals": 50,
"total_amount_earned_as_referred": 230.44,
"total_amount_earned_as_referrer": 80.44
},
"status": "success",
"trace_id": "2050914de1c94427"
}