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
Get the ECDSA signature used for claiming rewards
POST
/
boosts
/
get-signature
curl --request POST \
--url https://api-staging.boost.xyz/boosts/get-signature \
--header 'Content-Type: application/json' \
--data '{
"boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address": "<string>",
"referrerAddress": "<string>",
"txHash": "<string>"
}'
{
"signature": "<string>",
"encodedBytes": "<string>",
"compressedBytes": "<string>",
"hash": "<string>",
"fee": "<string>",
"referrerAddress": "<string>",
"claimFunctionName": "claimCompressed"
}
Body
application/json
Response
200
application/json
Success
The response is of type object
.
curl --request POST \
--url https://api-staging.boost.xyz/boosts/get-signature \
--header 'Content-Type: application/json' \
--data '{
"boostId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"address": "<string>",
"referrerAddress": "<string>",
"txHash": "<string>"
}'
{
"signature": "<string>",
"encodedBytes": "<string>",
"compressedBytes": "<string>",
"hash": "<string>",
"fee": "<string>",
"referrerAddress": "<string>",
"claimFunctionName": "claimCompressed"
}
Assistant
Responses are generated using AI and may contain mistakes.