manager
projects
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
projects
Returns all approved projects and their respective tasks
GET
/
manager
/
projects
curl --request GET \
--url https://api-staging.boost.xyz/manager/projects
{
"projects": [
{
"id": "<string>",
"name": "<string>",
"imagePath": "<string>",
"tasks": [
{
"id": "<string>",
"name": "<string>",
"projectId": "<string>",
"type": "<string>",
"networks": [
"eth-mainnet"
],
"chainIds": [
123
],
"abiFilter": [
{
"name": "<string>",
"type": "<string>",
"anonymous": true,
"payable": true,
"constant": true,
"stateMutability": "<string>",
"inputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": [
"<any>"
]
}
],
"outputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": [
"<any>"
]
}
],
"gas": "<string>"
}
],
"eventName": "<string>",
"contractAddress": "<string>",
"actionPluginId": "<string>"
}
]
}
]
}
Response
200
application/json
Success
DEPRECATED -- use chainIds instead
Available options:
eth-mainnet
, eth-goerli
, eth-sepolia
, opt-mainnet
, opt-goerli
, arb-mainnet
, arb-goerli
, polygon-mainnet
, polygon-mumbai
, base-mainnet
, zora-mainnet
, zksync-mainnet
, mantle-mainnet
, blast-mainnet
, degen-mainnet
, base-sepolia
curl --request GET \
--url https://api-staging.boost.xyz/manager/projects
{
"projects": [
{
"id": "<string>",
"name": "<string>",
"imagePath": "<string>",
"tasks": [
{
"id": "<string>",
"name": "<string>",
"projectId": "<string>",
"type": "<string>",
"networks": [
"eth-mainnet"
],
"chainIds": [
123
],
"abiFilter": [
{
"name": "<string>",
"type": "<string>",
"anonymous": true,
"payable": true,
"constant": true,
"stateMutability": "<string>",
"inputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": [
"<any>"
]
}
],
"outputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": [
"<any>"
]
}
],
"gas": "<string>"
}
],
"eventName": "<string>",
"contractAddress": "<string>",
"actionPluginId": "<string>"
}
]
}
]
}