users
referrals earnings
manager
metrics
accesslists
boosts
users
- GETuser profile
- GETuser details
- PUTupdate profile
- GETETH earned by user
- PUTupdate notification preferences
- GETfarcaster profile
- GETfarcaster verification status
- POSTadd neynar connection
- DELremove neynar connection
- POSTadd twitter connection
- DELdelete twitter connection
- GETUser notifications
- POSTRead notifications
- GETuser rewards
- GETprotocol rewards summary
- GETprotocol rewards earnings
- GETreferrals summary
- GETreferrals earnings
- GETreferrals feed
- GETtotal referral earnings
- GETreferrals activity feed
- GETactive/completed boosts referrals feed
users
referrals earnings
Get the earnings from referrals for a user
GET
/
users
/
referrals
/
earnings
curl --request GET \
--url https://api-staging.boost.xyz/users/referrals/earnings
{
"userAddress": "<string>",
"referredQuestCompletionCount": "<string>",
"amount": "<string>",
"token": "<string>"
}
Query Parameters
curl --request GET \
--url https://api-staging.boost.xyz/users/referrals/earnings
{
"userAddress": "<string>",
"referredQuestCompletionCount": "<string>",
"amount": "<string>",
"token": "<string>"
}