Leaves

Returns the outstanding overdistribution clawback debt for an address, per (chain, token): owed, recovered so far, and remaining. Empty array if the address has no configured debt.

get/v4/leaves/{recipient}/debt

Path parameters

recipientstring required

Wallet address to check outstanding clawback debt for

Response

Response for status 200

chainIdnumber required
tokensstring[] required

Reward tokens the debt is mutualized across

owedstring required

Total shared debt in raw token units

recoveredstring required

Amount recovered so far across all the group's tokens, in raw units

remainingstring required

Amount still owed in raw token units (owed - recovered; negative if over-recovered)

Changes

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