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
- GETActivecompleted boosts referrals feed
Get Boosts
Retrieve a list of Boosts, optionally filtering by owner, budget, chain ID, and more.
curl --request GET \
--url https://api-v2.boost.xyz/boosts
{
"boosts": [
{
"id": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
"action": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"allowList": {
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"contractAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"type": "SimpleAllowList",
"addresses": [
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
]
},
"boostIndex": "<string>",
"budget": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"incentiveCount": "<string>",
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"validator": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"blockTimestamp": "<string>",
"txHash": "<string>",
"chainId": 123,
"actionSteps": [
{
"chainId": 123,
"claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"signature": "<string>",
"signatureName": "<string>",
"signatureType": "event",
"actionType": 123,
"targetContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"parameters": {
"filterType": 123,
"fieldType": 123,
"fieldIndex": 123,
"filterData": "<string>"
}
}
],
"protocolFee": "<string>",
"maxParticipants": "<string>",
"incentives": [
{
"type": "AllowListIncentive",
"allowListAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"limit": "<string>"
}
],
"createdAtChainBlockNumbers": {},
"usdSpend": 123,
"tokenSpend": 123,
"createdAtBlockTimestamp": "<string>",
"isActive": true,
"availableBudgetUsd": "<string>",
"templateId": "<string>",
"nftImageUri": "<string>",
"nftName": "<string>",
"boostName": "<string>",
"projectImageUri": "<string>",
"tokenImageUri": "<string>"
}
],
"totalBoosts": 1
}
Query Parameters
The desired page to return from the query
x >= 0
The amount of items to return from the query, defaults to 10, and must be <= 100
0 <= x <= 100
Filter boosts by a specific budget account address
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Filter boosts by a specific owner address
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Only retrieve Boosts for a specific chain ID. You must supply this parameter if also specifying targetContract
x >= 0
Retrieve rewards configured with actions that target a specific contract i.e., Zora's address for all rewards that require a mint in order to claim a reward. If you supply this parameter, you must also supply chainId
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
Retrieve rewards configured with specific token addresses
"chainId:tokenAddress,chainId:tokenAddress:collection,..."
Is the Boost action template only, or has a more customized action configuration
Response
An array of rewards matching provided criteria
System ID in the format chainId:boostCoreAddress:identifier
"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"
The address of the action
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
An object containing information on who is elligible to claim incentives
The owner of the allow list, who can modify allowed users
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The contract address of the allow list
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The type of the allow list
SimpleAllowList
, SimpleDenyList
, OpenAllowList
List of addresses allowed or denied
Ethereum address
The index of the Boost
The address of the backing budget contract
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The total number of incentives attached to the Boost
The owner of the Boost
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The address of the validator who can sign claim payloads
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The timestamp of the block in which the Boost was created
The hash of the transaction that created the Boost
The ID of the chain on which the Boost was created
A BigInt representing fees to collect on value distribution
Maximum amount of participants allowed
A list of the incentives associated with the Boost
An incentive that when claimed, adds the claimant's address to a Boost Protocol AllowList.
The type of the incentive, in this case "AllowListIncentive"
AllowListIncentive
The address of the allow list to target
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The maximum number of users that can claim the incentive
The block timestamp at which the Boost was created
A list of action steps associated with the Boost that must be completed before the Boost's incentives can be claimed
event
, function
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
A record of the chain block numbers at which the Boost was created
The total USD amount spent on the Boost to fund incentives
Total token spend amount
Whether the Boost is active and still eligible to be claimed
The current available budget for incentives in USD
System ID of the template defining what actions must be taken to claim the Boost
URI of the NFT image associated with the Boost
Name of the NFT associated with the Boost
Human readable name of the Boost, typically describing what action must be taken to claim incentives
An image URI associated with Boost incentive projects
An image URI associated with Boost incentive tokens
The total number of rewards matching the provided criteria
x >= 0
curl --request GET \
--url https://api-v2.boost.xyz/boosts
{
"boosts": [
{
"id": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
"action": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"allowList": {
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"contractAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"type": "SimpleAllowList",
"addresses": [
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
]
},
"boostIndex": "<string>",
"budget": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"incentiveCount": "<string>",
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"validator": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"blockTimestamp": "<string>",
"txHash": "<string>",
"chainId": 123,
"actionSteps": [
{
"chainId": 123,
"claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"signature": "<string>",
"signatureName": "<string>",
"signatureType": "event",
"actionType": 123,
"targetContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"parameters": {
"filterType": 123,
"fieldType": 123,
"fieldIndex": 123,
"filterData": "<string>"
}
}
],
"protocolFee": "<string>",
"maxParticipants": "<string>",
"incentives": [
{
"type": "AllowListIncentive",
"allowListAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"limit": "<string>"
}
],
"createdAtChainBlockNumbers": {},
"usdSpend": 123,
"tokenSpend": 123,
"createdAtBlockTimestamp": "<string>",
"isActive": true,
"availableBudgetUsd": "<string>",
"templateId": "<string>",
"nftImageUri": "<string>",
"nftName": "<string>",
"boostName": "<string>",
"projectImageUri": "<string>",
"tokenImageUri": "<string>"
}
],
"totalBoosts": 1
}