Hive Intelligence - Crypto MCP Server

Get Exchange Currencies

Get supported currencies.

Tool Name: get_exchange_currencies

MCP Endpoint: POST /hive_network_infrastructure/mcp

Data Source: Multiple Sources


Overview

This tool is part of the Network 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_exchange_currencies",
    "arguments": {}
  }'

See all Network tools for related functionality.


Back to Network | All Tools