get_user
Retrieve a user's on-chain position for a DorkFi lending market on Voi or Algorand. Input chain, wallet address, and token symbol to get current borrow and collateral details.
Instructions
Get a user's on-chain position data for a specific DorkFi lending market by calling the pool contract's get_user ABI method via algod simulate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| symbol | Yes | Token symbol (e.g. VOI, USDC, ALGO) | |
| address | Yes | User wallet address |