Validate & sign data for a claim
Given a transaction hash, validate that a user has successfully completed the Boost’s configured action, and return a signed payload for use with BoostCore.claimIncentive
or BoostCore.claimIncentiveFor
. Any Boost created with our default validator can use this endpoint with the claim flow.
GET
/
signatures
Query Parameters
txHash
string
requiredTransaction hash in hexadecimal format
boostId
string
requiredThe Boost's chain id and stringified bigint index separated by a colon
claimData
string
Comma-separated list of claim data values
Response
200 - application/json
signature
string
requiredCryptographic signature for claim verification
claimant
string
requiredAddress of the user making the claim
incentiveId
integer
requiredIdentifier of the incentive being claimed