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
signature batch
Get a batch of ECDSA signatures used for claiming rewards — note that individual signature failures are silent from this endpoint; use the /boosts/get-signature endpoint to get detailed error info
POST
/
boosts
/
get-signature-batch
Copy
Ask AI
curl --request POST \
--url https://api-staging.boost.xyz/boosts/get-signature-batch \
--header 'Content-Type: application/json' \
--data '[
{
"boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address": "<string>",
"referrerAddress": "<string>",
"txHash": "<string>"
}
]'
Copy
Ask AI
[
{
"signature": "<string>",
"encodedBytes": "<string>",
"compressedBytes": "<string>",
"hash": "<string>",
"fee": "<string>",
"referrerAddress": "<string>",
"claimFunctionName": "claimCompressed",
"boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address": "<string>"
}
]
Body
application/json · object[]
The body is of type object[]
.
Response
200
application/json
Success
The response is of type object[]
.
Copy
Ask AI
curl --request POST \
--url https://api-staging.boost.xyz/boosts/get-signature-batch \
--header 'Content-Type: application/json' \
--data '[
{
"boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address": "<string>",
"referrerAddress": "<string>",
"txHash": "<string>"
}
]'
Copy
Ask AI
[
{
"signature": "<string>",
"encodedBytes": "<string>",
"compressedBytes": "<string>",
"hash": "<string>",
"fee": "<string>",
"referrerAddress": "<string>",
"claimFunctionName": "claimCompressed",
"boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address": "<string>"
}
]
Assistant
Responses are generated using AI and may contain mistakes.