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