Hive Intelligence - Crypto MCP Server

Get Multiple Tokens

Get data for multiple tokens.

Tool Name: get_multi_tokens

MCP Endpoint: POST /hive_token_contract/mcp

Data Source: Codex, GeckoTerminal


Overview

This tool is part of the Token Contract category in Hive Intelligence.

For detailed parameters, examples, and usage, see the Token Contract documentation.


Quick Example

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

See all Token Contract tools for related functionality.


Back to Token Contract | All Tools