Hive Intelligence - Crypto MCP Server

Get Batch Historical Prices

Get historical prices for multiple tokens in batch.

Tool Name: get_batch_historical_prices

MCP Endpoint: POST /hive_market_data/mcp

Data Source: DefiLlama


Overview

This tool is part of the Market Data category in Hive Intelligence.

For detailed parameters, examples, and usage, see the Market Data documentation.


Quick Example

curl -X POST https://api.hiveintelligence.xyz/api/execute \
  -H "Content-Type: application/json" \
  -d '{
    "toolName": "get_batch_historical_prices",
    "arguments": {}
  }'

See all Market Data tools for related functionality.


Back to Market Data | All Tools