curl --request GET \
--url https://api-staging.boost.xyz/users/eth-earned/{address}
{
"ethEarned": "<string>"
}
This endpoint gets the eth earned for a user
curl --request GET \
--url https://api-staging.boost.xyz/users/eth-earned/{address}
{
"ethEarned": "<string>"
}
Success
The response is of type object
.