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
inboxes
manager
metrics
accesslists
boosts
users
- GETuser profile
- GETuser details
- PUTupdate profile
- GETETH earned by user
- DELremove email record
- PUTupdate notification preferences
- POSTRead notifications
- GETfarcaster profile
- GETfarcaster verification status
- POSTadd neynar connection
- DELremove neynar connection
- POSTadd twitter connection
- DELdelete twitter connection
- 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
inboxes
boosts
upload boosts
Endpoint to use a csv to deploy multiple Boosts onchain. Requires a budget account.
POST
/
boosts
/
csv-upload
Copy
Ask AI
curl --request POST \
--url https://api-staging.boost.xyz/boosts/csv-upload \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
[
{
"participants": 123,
"rewardChainId": 123,
"rewardPerUser": "<string>",
"rewardTokenAddress": "<string>",
"projectName": "<string>",
"budgetAddress": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"taskId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"link": "<string>",
"actionType": "<string>",
"actionChainId": 123,
"actionContractAddress": "<string>",
"actionTokenId": 123
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Success
The response is of type object[]
.
Copy
Ask AI
curl --request POST \
--url https://api-staging.boost.xyz/boosts/csv-upload \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
[
{
"participants": 123,
"rewardChainId": 123,
"rewardPerUser": "<string>",
"rewardTokenAddress": "<string>",
"projectName": "<string>",
"budgetAddress": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"taskId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"link": "<string>",
"actionType": "<string>",
"actionChainId": 123,
"actionContractAddress": "<string>",
"actionTokenId": 123
}
]
Assistant
Responses are generated using AI and may contain mistakes.