Hive Intelligence - Crypto MCP Server

Get Trading Fees

Get trading fee structure from exchanges.

Tool Name: get_trading_fees

MCP Endpoint: POST /hive_market_data/mcp

Data Source: 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_trading_fees",
    "arguments": {}
  }'

See all Market Data tools for related functionality.


Back to Market Data | All Tools