Get eth earned, ranking and score for a user
curl --request GET \
--url https://api-staging.boost.xyz/users/profile
{
"ethEarned": "<string>",
"score": 123,
"ranking": 123,
"streak": {
"value": 123,
"status": "active",
"lastExpirationTime": "<string>",
"nextExpirationTime": "<string>",
"lastCompletionTime": "<string>"
}
}
Success
The response is of type object
.
curl --request GET \
--url https://api-staging.boost.xyz/users/profile
{
"ethEarned": "<string>",
"score": 123,
"ranking": 123,
"streak": {
"value": 123,
"status": "active",
"lastExpirationTime": "<string>",
"nextExpirationTime": "<string>",
"lastCompletionTime": "<string>"
}
}
Get eth earned, ranking and score for a user
curl --request GET \
--url https://api-staging.boost.xyz/users/profile
{
"ethEarned": "<string>",
"score": 123,
"ranking": 123,
"streak": {
"value": 123,
"status": "active",
"lastExpirationTime": "<string>",
"nextExpirationTime": "<string>",
"lastCompletionTime": "<string>"
}
}
Success
The response is of type object
.
curl --request GET \
--url https://api-staging.boost.xyz/users/profile
{
"ethEarned": "<string>",
"score": 123,
"ranking": 123,
"streak": {
"value": 123,
"status": "active",
"lastExpirationTime": "<string>",
"nextExpirationTime": "<string>",
"lastCompletionTime": "<string>"
}
}