Hive Intelligence - Crypto MCP Server

Get Latest Pairs

Get the latest trading pairs from Codex.

Tool Name: get_latest_pairs

MCP Endpoint: POST /hive_onchain_dex/mcp

Data Source: Codex


Overview

This tool is part of the DEX Analytics category in Hive Intelligence.

For detailed parameters, examples, and usage, see the DEX Analytics documentation.


Quick Example

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

See all DEX Analytics tools for related functionality.


Back to DEX Analytics | All Tools