get_historical_chain_tvl
Retrieve historical Total Value Locked (TVL) data for DeFi across all chains, excluding liquid staking and double-counted TVL, via the REI Crypto MCP Server.
Instructions
GET /api/v2/historicalChainTvl
Get historical TVL (excludes liquid staking and double counted tvl) of DeFi on all chains.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_historical_chain_tvlArguments",
"type": "object"
}