Skip to main content
GET
Generate a claim signature that can be used to submit a claim

Query Parameters

txHash
string
required

Hex in format 0x[0-9a-fA-F]{64} Transaction hash of transaction that satisfies a reward's action that unlocks claim rewards.

boostId
string
required

BoostID in format chainId:boostCoreAddress:identifier System reward ID in the format chainId:boostCoreAddress:identifier

Example:

"8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1"

claimData
any

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

Response

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

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

referrer
string
required

The address of the referrer

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

incentiveId
number
required

The index of the incentive being claimed, typically 0