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>"
}
}
}
]
Get referrals activity feed aggregated by 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>"
}
}
}
]
active
, complete
x <= 50
Success
The response is of type object[]
.