manager
registry
manager
metrics
accesslists
boosts
users
- GETuser profile
- GETuser details
- PUTupdate profile
- GETETH earned by user
- PUTupdate notification preferences
- GETfarcaster profile
- GETfarcaster verification status
- POSTadd neynar connection
- DELremove neynar connection
- POSTadd twitter connection
- DELdelete twitter connection
- GETUser notifications
- POSTRead notifications
- GETuser rewards
- GETprotocol rewards summary
- GETprotocol rewards earnings
- GETreferrals summary
- GETreferrals earnings
- GETreferrals feed
- GETtotal referral earnings
- GETreferrals activity feed
- GETactive/completed boosts referrals feed
manager
registry
Get projects and actions registry
GET
/
manager
/
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>"
}
]
}
Query Parameters
Available options:
hours
, days
, weeks
, all
Response
200
application/json
Success
Available options:
hours
, days
, weeks
, all
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>"
}
]
}