sodax_get_asset_suppliers
Retrieve lenders for a money market asset using its reserve address. Paginate through results and choose JSON or Markdown response format.
Instructions
Get suppliers (lenders) 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 suppliers to skip for pagination | |
| limit | No | Maximum number of suppliers to return (1-100) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |