REI Crypto MCP Server

by 0xReisearch

get_yield_chart_lend_borrow

Retrieve historical borrow cost APY data for a specific lending market pool on the REI Crypto MCP Server using pool ID from /poolsBorrow.

Instructions

GET /yields/chartLendBorrow/{pool}

Historical borrow cost APY from a pool on a lending market. Parameters: pool: pool id (can be retrieved from /poolsBorrow)

Input Schema

NameRequiredDescriptionDefault
poolYes

Input Schema (JSON Schema)

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