Skip to main content
Glama

getAaveUserData

Fetch detailed Aave user data including collateral, debt, borrowing power, liquidation threshold, LTV, and health factor for precise DeFi risk analysis and management.

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" }

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

If you have feedback or need assistance with the MCP directory API, please join our Discord server