users
user rewards
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
user rewards
Get rewards specifically for user
GET
/
users
/
rewards
curl --request GET \
--url https://api-staging.boost.xyz/users/rewards
[
{
"id": "<string>",
"iconOption": "<string>",
"name": "<string>",
"contractAddress": "<string>",
"boostAddress": "<string>",
"completedAt": "<string>",
"network": "<string>",
"rewards": [
{
"type": "<string>",
"totalAllocated": 123,
"tokenSymbol": "<string>",
"amount": "<string>",
"token": "<string>",
"tokenContractAddress": "<string>",
"boostId": "<string>",
"tokenId": "<string>",
"s3Link": "<string>",
"ethValue": "<string>",
"network": {
"name": "<string>",
"chainId": "<string>"
},
"decimals": 123,
"score": 123
}
]
}
]
Query Parameters
Response
200
application/json
Success
curl --request GET \
--url https://api-staging.boost.xyz/users/rewards
[
{
"id": "<string>",
"iconOption": "<string>",
"name": "<string>",
"contractAddress": "<string>",
"boostAddress": "<string>",
"completedAt": "<string>",
"network": "<string>",
"rewards": [
{
"type": "<string>",
"totalAllocated": 123,
"tokenSymbol": "<string>",
"amount": "<string>",
"token": "<string>",
"tokenContractAddress": "<string>",
"boostId": "<string>",
"tokenId": "<string>",
"s3Link": "<string>",
"ethValue": "<string>",
"network": {
"name": "<string>",
"chainId": "<string>"
},
"decimals": 123,
"score": 123
}
]
}
]