POST
/
boosts
/
get-signature
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
boostId
string<uuid>
required

The boost ID that exists on the boost contract

address
string
referrerAddress
string

recipient of the referral fee

txHash
string

tx hash of successful action completion by address; if included, this will trigger on-demand validation

Response

Success

signature
string
required
encodedBytes
string
required
compressedBytes
string
required
hash
string
required
fee
string
required
claimFunctionName
enum<string>
required
Available options:
claimCompressed,
claimCompressedRef
referrerAddress
string