agentek-eth

by NaniDAO
Verified

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

ID: embaq2gcce