GET
/
signatures
const core = new BoostCore({ config })
await core.claimIncentive(
  boost.id,
  incentiveIndex,
  '0xME',
  signatures[incentiveIndex]
)

Query Parameters

txHash
string
required

Transaction hash in hexadecimal format

boostId
string
required

The 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
required

Cryptographic signature for claim verification

claimant
string
required

Address of the user making the claim

incentiveId
integer
required

Identifier of the incentive being claimed