sodax_get_asset_suppliers
Get a list of suppliers (lenders) for a money market asset by providing its reserve contract address. Returns paginated results with optional formatting.
Instructions
Get suppliers (lenders) for a specific money market asset by its reserve address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of suppliers to return (1-100) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| offset | No | Number of suppliers to skip for pagination | |
| reserveAddress | Yes | The reserve contract address of the asset |