MuchFi
Launchpad

Get Referral Stats

Referral program statistics for user

GET
/dash/referral/{address}

Path Parameters

addressstring

User wallet address

Response Body

curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/dash/referral/string"
{
  "hasCode": true,
  "code": "string",
  "totalReferees": 0,
  "totalVolume": "string",
  "totalFeesGenerated": "string",
  "unclaimedFees": "string",
  "currentTier": 0,
  "referees": [
    {}
  ]
}