Skip to main content
Glama

agentek-eth

by NaniDAO

getAaveReserveData

Retrieve detailed reserve data from Aave, including liquidity, debt totals, and interest rates, by specifying the asset address and chain ID.

Instructions

Fetches reserve data for a given asset from Aave including available liquidity, total stable and variable debt, and interest rates.

Input Schema

NameRequiredDescriptionDefault
assetYesThe token contract address of the asset.
chainIdYesChain ID where Aave is deployed.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asset": { "description": "The token contract address of the asset.", "type": "string" }, "chainId": { "description": "Chain ID where Aave is deployed.", "type": "number" } }, "required": [ "asset", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

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