sodax_get_all_borrowers
Retrieve all borrowers across every money market asset with pagination. Return results as JSON or formatted markdown.
Instructions
Get all borrowers across all money market assets with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |