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
participants by boost
Get all participants for a boost. Returns paginated results.
GET
/
boosts
/
participants
curl --request GET \
--url https://api-staging.boost.xyz/boosts/participants
[
{
"address": "<string>",
"status": "active",
"updated_at": "<string>",
"transaction_hash": "<string>",
"chain_id": 123,
"claim_tx_hash": "<string>",
"claim_chain_id": 123
}
]
Query Parameters
page size; defaults to 10
page number (1-indexed); defaults to 1
Response
200
application/json
Success
The response is of type object[]
.
curl --request GET \
--url https://api-staging.boost.xyz/boosts/participants
[
{
"address": "<string>",
"status": "active",
"updated_at": "<string>",
"transaction_hash": "<string>",
"chain_id": 123,
"claim_tx_hash": "<string>",
"claim_chain_id": 123
}
]
Assistant
Responses are generated using AI and may contain mistakes.