Skip to main content
Glama

agentek-eth

by NaniDAO

getAaveReserveData

Retrieve Aave reserve data, including liquidity, debt details, and interest rates, by providing the asset token address and chain ID for Ethereum-based automation.

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

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