Hive Intelligence - Crypto MCP Server

Get Exchange Markets

Get available trading pairs.

Tool Name: get_exchange_markets

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

See all Network tools for related functionality.


Back to Network | All Tools