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
Query Parameters
Hex in format 0x[0-9a-fA-F]{64}
BoostID in format chainId:boostCoreAddress:identifier
Example:
"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"
Additional encoded claim data to submit along with the transaction for a claim
Response
200
application/json
Successfully generated a claim signature
Claim signature that can be used with the Boost Protocol V2's claim/claimIncentiveFor methods
The address for the user making the claim
Example:
"0x378632819f39c74c4f56b1429e760739c5fb51b7"
The index of the incentive being claimed, typically 0