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>
Path parameters
Query parameters
ISO date or unix timestamp. One of startDate or startRoot required.
ISO date or unix timestamp. One of endDate or endRoot required.
Start merkle root hash. One of startDate or startRoot required.
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.