Hive Intelligence - Crypto MCP Server

Get Token Chart URLs

Get embeddable chart URLs for tokens.

Tool Name: get_token_chart_urls

MCP Endpoint: POST /hive_market_data/mcp

Data Source: CoinGecko, DefiLlama, CCXT


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_token_chart_urls",
    "arguments": {}
  }'

See all Market Data tools for related functionality.


Back to Market Data | All Tools