Hive Intelligence - Crypto MCP Server

Get Token Chart Data

Get chart data for token price visualization.

Tool Name: get_token_chart_data

MCP Endpoint: POST /hive_onchain_dex/mcp

Data Source: Codex


Overview

This tool is part of the DEX Analytics category in Hive Intelligence.

For detailed parameters, examples, and usage, see the DEX Analytics documentation.


Quick Example

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

See all DEX Analytics tools for related functionality.


Back to DEX Analytics | All Tools