Historical

Recipient reward diff between two trees (BETA)

Historical Recipient Diff<p>Computes the difference in reward breakdowns for a given recipient between two merkle trees. Each tree is selected either by date (closest root on or before the date, via <code>startDate</code>/<code>endDate</code>) or by an explicit root hash (<code>startRoot</code>/<code>endRoot</code>). Returns per-campaign, per-reason breakdown diffs with non-zero changes only.</p><p><strong>Authentication:</strong> Requires a valid API key passed via the <code>Authorization</code> header.</p><p>⚠️ <strong>Beta:</strong> this endpoint is in beta. The behavior, response shape and data format may change at any time without notice. Historical data is only available from the configured cutoff date onwards.</p>

get/v4/historical/recipient/{recipient}

Path parameters

recipientstring required

Query parameters

string numeric required
OR
number required
startDatestring

ISO date or unix timestamp. One of startDate or startRoot required.

endDatestring

ISO date or unix timestamp. One of endDate or endRoot required.

startRootstring

Start merkle root hash. One of startDate or startRoot required.

endRootstring

End merkle root hash. One of endDate or endRoot required.

Response

Response for status 200

Changes

No recorded changes to this endpoint across all 2 revisions of this API.