curl --request GET \
--url https://api-staging.boost.xyz/users/protocol-rewards/earning
{
"userAddress": "<string>",
"totalClaimedFee": "<string>",
"totalProtocolFee": "<string>",
"totalBoostsCompleted": "<string>"
}
Get protocol rewards earnings for a user
curl --request GET \
--url https://api-staging.boost.xyz/users/protocol-rewards/earning
{
"userAddress": "<string>",
"totalClaimedFee": "<string>",
"totalProtocolFee": "<string>",
"totalBoostsCompleted": "<string>"
}
Success
The response is of type object
.