Skip to main content
Glama

Morpho API MCP Server

get_vault_apy_history

Retrieve historical APY data for a specific vault by providing its address, start/end timestamps, and interval. Analyze vault performance over time using Morpho API MCP Server.

Instructions

Get historical APY data for a vault.

Input Schema

NameRequiredDescriptionDefault
addressYes
optionsYes

Input Schema (JSON Schema)

{ "properties": { "address": { "type": "string" }, "options": { "properties": { "endTimestamp": { "type": "number" }, "interval": { "enum": [ "HOUR", "DAY", "WEEK", "MONTH" ], "type": "string" }, "startTimestamp": { "type": "number" } }, "required": [ "startTimestamp", "endTimestamp", "interval" ], "type": "object" } }, "required": [ "address", "options" ], "type": "object" }
Install Server

Other Tools from Morpho API MCP Server

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/crazyrabbitLTC/mcp-morpho-server'

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