Reallocations
Retrieve Reallocation Breakdown
<p>Returns aggregated reallocation amounts grouped by recipient and campaign.</p> <p>Filters only successful reallocation operations (reason = "reallocation").</p> <p>Use query parameters to filter by chain, recipients, and campaigns.</p> <p><strong>Authentication:</strong> Requires a valid API key passed via the <code>Authorization</code> header.</p>get/v4/reallocations/breakdown
Query parameters
tostring[]
Filter by recipient address(es). Comma-separated or repeated query parameter supported. Returns reallocations TO these addresses.
campaignIdsstring[]
Filter by on-chain campaign ID(s) (32-byte hex hash, e.g. 0x93cf385c...). Comma-separated or repeated query parameter supported. NOT internal Campaign.id. See ID types.
Response
Response for status 200
Changes
No recorded changes to this endpoint across all 2 revisions of this API.