Users
Retrieve claimable rewards for a user scoped to a single protocol. Breakdowns and amounts reflect only campaigns attributed to the requested protocol. The returned proofs and root still claim the full per-token leaf on-chain.
get/v4/users/{address}/protocols/{protocolId}/rewards
Path parameters
addressstring required
User wallet address
protocolIdstring required
Main protocol ID to filter rewards by
Query parameters
chainIdstring[] required
List of chain IDs to query rewards for
testboolean
Include test token rewards
claimableOnlyboolean
Include only claimable rewards (to avoid transferring zero amounts)
showPrivateboolean
When true, decode private campaign IDs instead of returning the zero hash. Requires the caller's identity (JWT, API key owner, or BackOffice) to match the queried address — otherwise returns 403. Also bypasses CDN cache.
Response
Response for status 200
Changes
No recorded changes to this endpoint across all 1 revision of this API.