Claiming
Get Claim Signature
How to retrieve a signature required for claiming boost incentives
The Boost API allows you to get the required signature for claiming boost incentives using the GET /signatures endpoint.
Basic Usage
Fetch a signature for claiming a boost:
For complete API details including all available parameters and response fields, see the API Reference.
Required Parameters
The signature endpoint validates that the transaction meets the boost’s requirements before returning a signature.
txHash
: The transaction hash that completed the boost’s required actionboostId
: The ID of the boost (format:chainId:boostNumber
)claimData
: (Optional) Additional data required for variable incentive types
Using the Signature
Once you have the signature from the API, you can use it with the following SDK methods to claim your boost:
BoostCore.claimIncentive
- Claim for the transaction senderBoostCore.claimIncentiveFor
- Claim on behalf of another address