curl --request GET \
--url https://api-staging.boost.xyz/manager/projects{
"projects": [
{
"id": "<string>",
"name": "<string>",
"tasks": [
{
"id": "<string>",
"name": "<string>",
"networks": [
"eth-mainnet"
],
"abiFilter": [
{
"name": "<string>",
"type": "<string>",
"anonymous": true,
"payable": true,
"constant": true,
"stateMutability": "<string>",
"inputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": "<array>"
}
],
"outputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": "<array>"
}
],
"gas": "<string>"
}
],
"projectId": "<string>",
"type": "<string>",
"chainIds": [
123
],
"eventName": "<string>",
"contractAddress": "<string>",
"actionPluginId": "<string>"
}
],
"imagePath": "<string>"
}
]
}Returns all approved projects and their respective tasks
curl --request GET \
--url https://api-staging.boost.xyz/manager/projects{
"projects": [
{
"id": "<string>",
"name": "<string>",
"tasks": [
{
"id": "<string>",
"name": "<string>",
"networks": [
"eth-mainnet"
],
"abiFilter": [
{
"name": "<string>",
"type": "<string>",
"anonymous": true,
"payable": true,
"constant": true,
"stateMutability": "<string>",
"inputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": "<array>"
}
],
"outputs": [
{
"name": "<string>",
"indexed": true,
"type": "<string>",
"internalType": "<string>",
"components": "<array>"
}
],
"gas": "<string>"
}
],
"projectId": "<string>",
"type": "<string>",
"chainIds": [
123
],
"eventName": "<string>",
"contractAddress": "<string>",
"actionPluginId": "<string>"
}
],
"imagePath": "<string>"
}
]
}Success
Show child attributes
Show child attributes
DEPRECATED -- use chainIds instead
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 Show child attributes