sodax_get_asset_borrowers
Retrieve a list of borrowers for a money market asset by providing its reserve contract address. Supports pagination and output format selection.
Instructions
Get borrowers for a specific money market asset by its reserve address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reserveAddress | Yes | The reserve contract address of the asset | |
| offset | No | Number of borrowers to skip for pagination | |
| limit | No | Maximum number of borrowers to return (1-100) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |