useClaimSignatures
Get signatures that can be used to claim rewards
Reward Kit is still in early alpha, and may contain bugs or unexpected behavior.
The Boost V2 Docs are under active development and will be subject to changes.
A React Query hook that fetches signature data required for claiming incentives from a boost. The hook manages the API request to get authorized signatures for claiming.
Claiming Incentives
Learn more about how claims work
useClaimSignatures TSDoc
See in-depth technical documentation
Basic Usage
Here’s a simple example of using the useClaimSignatures
hook:
Integration with Claiming Process
Here’s how to use the hook as part of a complete claiming flow:
Error Handling
Example showing comprehensive error handling:
The hook automatically caches results and revalidates data every 10 seconds (configured via staleTime
). It only fetches data when both address
and boostId
are provided, as controlled by the enabled
option.