Skip to main content
Glama

Morpho API MCP Server

get_historical_apy

Retrieve historical APY data for a specific market using chainId, marketUniqueKey, and timestamp range. Supports hourly, daily, weekly, and monthly intervals for detailed analysis.

Instructions

Get historical APY data for a specific market.

Input Schema

NameRequiredDescriptionDefault
chainIdNo
endTimestampYes
intervalYes
marketUniqueKeyYes
startTimestampYes

Input Schema (JSON Schema)

{ "properties": { "chainId": { "type": "number" }, "endTimestamp": { "type": "number" }, "interval": { "enum": [ "HOUR", "DAY", "WEEK", "MONTH" ], "type": "string" }, "marketUniqueKey": { "type": "string" }, "startTimestamp": { "type": "number" } }, "required": [ "marketUniqueKey", "startTimestamp", "endTimestamp", "interval" ], "type": "object" }

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