REI Crypto MCP Server

by 0xReisearch

get_yield_chart

Retrieve historical APY and TVL data for a specific crypto pool using the pool ID. Access DeFi insights without managing individual API keys via the REI Crypto MCP Server.

Instructions

GET /yields/chart/{pool}

Get historical APY and TVL of a pool. Parameters: pool: pool id (can be retrieved from /pools)

Input Schema

NameRequiredDescriptionDefault
poolYes

Input Schema (JSON Schema)

{ "properties": { "pool": { "title": "Pool", "type": "string" } }, "required": [ "pool" ], "title": "get_yield_chartArguments", "type": "object" }
ID: 0k74u5duux