List Yield Claims
Returns the holder’s YieldDistributor merkle claims as a flat list. Each entry is self-contained — it carries its own chainId and distributor address — so it can be passed directly into the corresponding contract’s claim(). Sorted by periodId ascending. Each entry’s status is claimed (already pulled on-chain) or unclaimed (finalized and within the claim window). Periods that are unpublished, still in the operator replace window, or expired-without-claim are omitted. When chainId is omitted, results cover every configured chain that has a deployed YieldDistributor.
Authorizations
API key for authentication. Pass your key in the x-api-key header.
Path Parameters
0x-address of the holder to look up.
^0x[a-fA-F0-9]{40}$Query Parameters
Restrict the response to a single chain. Defaults to returning entries from every chain the server is configured for.
x >= 1