agentek-eth

by NaniDAO
Verified

getAaveUserData

Retrieve Aave user data such as collateral, debt, borrowing power, liquidation threshold, LTV, and health factor by specifying wallet address and chain ID.

Instructions

Fetches Aave user data including total collateral, total debt, available borrowing power, current liquidation threshold, LTV, and health factor.

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chain ID where Aave is deployed.
userAddressYesThe user's wallet address.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chain ID where Aave is deployed.", "type": "number" }, "userAddress": { "description": "The user's wallet address.", "type": "string" } }, "required": [ "userAddress", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce