Claims
Fetch claims filtered by chainId(s), recipient, campaignId, token, root, exact reason, and an inclusive [fromTimestamp, toTimestamp] range (Unix seconds). Scope by timestamp to keep responses light for recipients with many claims. Returns the 100 most recent claims unless a recipient is given, in which case all matching claims are returned.
get/v4/claims/
Query parameters
recipientstring
Recipient EVM address (20 bytes, e.g. 0xabcd...).
campaignIdstring
Filter claims by on-chain campaign ID (32-byte hex hash, e.g. 0x93cf385c...). NOT the internal Campaign.id. See ID types.
tokenstring
Token address to filter claims (20-byte EVM address).
rootstring
Filter by root
reasonstring
Exact match on the claim reason (e.g. unclaimedRewards).
Response
Response for status 200
Changes
No recorded changes to this endpoint across all 1 revision of this API.