Get rewards specifically for user
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
}
]
}
]
Success
The response is of type object[]
.
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
}
]
}
]
Get rewards specifically for user
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
}
]
}
]
Success
The response is of type object[]
.
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
}
]
}
]