Quests APIs
Retrieve user referral information
Retrieves referral details for the user, including the referral code, creation time, and claim status.
GET
/
referral
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
integer
Unique identifier for the referral.
referrer_address
string
Blockchain address of the user who made the referral (in hex format).
referred_address
string
Blockchain address of the referred user (in hex format).
code
string
Referral code used by the referred user.
activity_action
string
Action taken by the referred user.
claimed
boolean
Whether the referral reward was claimed.
claimed_at
string
Timestamp when the referral reward was claimed.
active
boolean
Indicates whether the referral is active.
created_at
string
Timestamp indicating when the referral was created.