Skip to main content
Glama

REI Crypto MCP Server

by 0xReisearch
MIT License
3
  • Apple
  • Linux

get_historical_chain_tvl_by_chain

Retrieve historical total value locked (TVL) data for a specific blockchain, excluding liquid staking and double-counted TVL, using a chain slug as input. Available via the REI Crypto MCP Server.

Instructions

GET /api/v2/historicalChainTvl/{chain}

Get historical TVL (excludes liquid staking and double counted tvl) of a chain. Parameters: chain: chain slug (e.g., 'Ethereum')

Input Schema

NameRequiredDescriptionDefault
chainYes

Input Schema (JSON Schema)

{ "properties": { "chain": { "title": "Chain", "type": "string" } }, "required": [ "chain" ], "title": "get_historical_chain_tvl_by_chainArguments", "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/0xReisearch/crypto-mcp-beta'

If you have feedback or need assistance with the MCP directory API, please join our Discord server