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
Name | Required | Description | Default |
---|---|---|---|
pool | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pool": {
"title": "Pool",
"type": "string"
}
},
"required": [
"pool"
],
"title": "get_yield_chart_lend_borrowArguments",
"type": "object"
}