agentek-eth

by NaniDAO
Verified

getYieldHistoryTool

Fetch and analyze historical yield data from DefiLlama for a specific pool, customizable by days, to support cryptocurrency research and decision-making.

Instructions

Fetches and analyzes historical yield data for a specific pool from DefiLlama

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days of historical data to return (max 365)
poolIdYesThe DefiLlama pool ID to fetch historical yield data for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "default": 30, "description": "Number of days of historical data to return (max 365)", "maximum": 365, "minimum": 1, "type": "number" }, "poolId": { "description": "The DefiLlama pool ID to fetch historical yield data for", "type": "string" } }, "required": [ "poolId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce