get_lending_position
Retrieve a user's lending and borrowing position on a specified protocol. Provide protocol and wallet address, optionally network, to get current position details across supported EVM networks.
Instructions
Get a user's lending/borrowing position on a protocol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| protocol | Yes | Lending protocol name | |
| userAddress | Yes | User address to check |