Largest suppliers or borrowers of a reserve (v4)
get_reserve_holdersv4 only. The biggest wallets supplying or borrowing one v4 reserve, largest first, for questions about concentration: whether one address is most of a reserve's liquidity, or most of its debt. The token is named once for the whole list rather than repeated per row. 'reserveId' comes from a get_markets row or a get_position_items item. An empty list means this reserve has no holders indexed on that side, which is common for the borrow side of an asset few people borrow, and is not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Rank the wallets supplying it, or the ones borrowing it (default supply). | |
| limit | No | How many wallets to return. Only 10 or 50; default 10. | |
| cursor | No | 'nextCursor' from a previous call, for the next page. Omit the argument entirely for the first page. | |
| version | No | Optional, and only 'v4': this tool exists on v4 only. | |
| reserveId | Yes | reserveId from get_markets or get_position_items. |