curl --request GET \
--url https://api-staging.boost.xyz/manager/registry
{
"timeUnit": "hours",
"timeSpan": 123,
"projects": [
{
"id": "<string>",
"name": "<string>",
"projectImgUrl": "<string>",
"networks": [
"<string>"
],
"completions": "<string>",
"previousCompletions": "<string>",
"volume": "<string>",
"previousVolume": "<string>"
}
],
"actions": [
{
"taskType": "<string>",
"taskId": "<string>",
"id": "<string>",
"networks": [
"<string>"
],
"completions": "<string>",
"previousCompletions": "<string>",
"volume": "<string>",
"previousVolume": "<string>"
}
]
}
Get projects and actions registry
curl --request GET \
--url https://api-staging.boost.xyz/manager/registry
{
"timeUnit": "hours",
"timeSpan": 123,
"projects": [
{
"id": "<string>",
"name": "<string>",
"projectImgUrl": "<string>",
"networks": [
"<string>"
],
"completions": "<string>",
"previousCompletions": "<string>",
"volume": "<string>",
"previousVolume": "<string>"
}
],
"actions": [
{
"taskType": "<string>",
"taskId": "<string>",
"id": "<string>",
"networks": [
"<string>"
],
"completions": "<string>",
"previousCompletions": "<string>",
"volume": "<string>",
"previousVolume": "<string>"
}
]
}
hours
, days
, weeks
, all
Success
The response is of type object
.