GET
/
signatures
curl --request GET \
  --url https://api-v2.boost.xyz/signatures
[
  {
    "signature": "<string>",
    "claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
    "incentiveId": 123
  }
]

Query Parameters

txHash
string
required

Hex in format 0x[0-9a-fA-F]{64}

boostId
string
required

BoostID in format chainId:boostCoreAddress:identifier

Example:

"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"

claimData
any

Additional encoded claim data to submit along with the transaction for a claim

Response

200
application/json
Successfully generated a claim signature
signature
string
required

Claim signature that can be used with the Boost Protocol V2's claim/claimIncentiveFor methods

claimant
string
required

The address for the user making the claim

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

incentiveId
number
required

The index of the incentive being claimed, typically 0