Hive Intelligence - Crypto MCP Server

Get Chain Details

Get detailed information about a specific blockchain.

Tool Name: get_chain_details

MCP Endpoint: POST /hive_network_infrastructure/mcp

Data Source: DeBank


Overview

This tool is part of the Network & Infrastructure category in Hive Intelligence.

For detailed parameters, examples, and usage, see the Network documentation.


Quick Example

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

See all Network & Infrastructure tools for related functionality.


Back to Network | All Tools