Hive Intelligence - Crypto MCP Server

Get Coins Market Data

Get detailed market data with pagination and sorting.

Tool Name: get_coins_market_data

MCP Endpoint: POST /hive_market_data/mcp

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

See all Market Data tools for related functionality.


Back to Market Data | All Tools