curl --request GET \
--url https://api-staging.boost.xyz/manager/creator-summary
{
"spend": "<string>",
"completions": 123,
"rank": 123,
"boosts": 123
}
Get total boost completions driven, total boost spend, and ranking by creator address
curl --request GET \
--url https://api-staging.boost.xyz/manager/creator-summary
{
"spend": "<string>",
"completions": 123,
"rank": 123,
"boosts": 123
}
Success
The response is of type object
.