/v4/rewards/campaign/{campaignId}/mine
Returns your own rewards for one campaign — settled, claimed, still-claimable and pending —
with the per-reason rows behind them, plus the campaign and its opportunityId.
Pass the recipient you are asking about, and authenticate as it: a JWT for that wallet, or an
API key whose creator holds the address. Any other address receives 401.
Because the response only ever contains one address's own amounts, it serves campaigns the
leaderboard routes refuse: campaigns that hide their leaderboard, and campaigns paying a reward
token Merkl hides from the reward endpoints. Campaign privacy still applies — a private campaign
is visible only to its creator, an address holding a grant, and its own recipients.
chainId is only needed when the same on-chain campaignId exists on several chains; the route
returns 400 naming those chains when it does.
Path parameters
campaignIdstringQuery parameters
chainIdnumber | stringrecipientstringhttps://api.merkl.xyz/v4/rewards/campaign/{campaignId}/minecurl -X GET "https://api.merkl.xyz/v4/rewards/campaign/{campaignId}/mine"