users
active/completed boosts referrals feed
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
active/completed boosts referrals feed
Get referrals activity feed aggregated by boosts
GET
/
users
/
referrals
/
boosts
curl --request GET \
--url https://api-staging.boost.xyz/users/referrals/boosts
[
{
"referrals": 123,
"boostId": "<string>",
"boostName": "<string>",
"boostAddress": "<string>",
"referralRewardAddress": "<string>",
"referralRewardAmount": "<string>",
"referralRewardSymbol": "<string>",
"referralRewardChainId": "<string>",
"referralRewardImageUrl": "<string>",
"referralRewardUnits": 123,
"claimed": true,
"dynamicBoostTitle": {
"name": "<string>",
"actionPluginId": "<string>",
"actionParams": {
"type": "bridge",
"data": {
"destinationNetworkId": "<string>",
"sourceChainId": 123,
"destinationChainId": 123,
"tokenAddress": "<string>",
"tokenDecimals": 123,
"amount": "<string>",
"amountOperator": "any"
}
},
"metadata": {
"image": "<string>",
"postType": "<string>",
"profileName": "<string>"
}
}
}
]
Query Parameters
Available options:
active
, complete
Required range:
x <= 50
Response
200
application/json
Success
Available options:
bridge
Available options:
any
, gt
, gte
, lt
, lte
, eq
curl --request GET \
--url https://api-staging.boost.xyz/users/referrals/boosts
[
{
"referrals": 123,
"boostId": "<string>",
"boostName": "<string>",
"boostAddress": "<string>",
"referralRewardAddress": "<string>",
"referralRewardAmount": "<string>",
"referralRewardSymbol": "<string>",
"referralRewardChainId": "<string>",
"referralRewardImageUrl": "<string>",
"referralRewardUnits": 123,
"claimed": true,
"dynamicBoostTitle": {
"name": "<string>",
"actionPluginId": "<string>",
"actionParams": {
"type": "bridge",
"data": {
"destinationNetworkId": "<string>",
"sourceChainId": 123,
"destinationChainId": 123,
"tokenAddress": "<string>",
"tokenDecimals": 123,
"amount": "<string>",
"amountOperator": "any"
}
},
"metadata": {
"image": "<string>",
"postType": "<string>",
"profileName": "<string>"
}
}
}
]