Get Pools By Address

Query the specific pool based on the provided network and pool address.

Tool Name: get_pools_by_address

Category Endpoint: POST /hive_onchain_dex/mcp

Data Source: CoinGecko


Overview

This tool is documented under the DEX Analytics category.

For schemas and the complete live catalog, also use:

  • GET /api/v1/tools
  • hive://tools
  • get_api_endpoint_schema from the root MCP endpoint

Quick Example

bash
curl -X POST https://mcp.hiveintelligence.xyz/api/v1/execute \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_HIVE_API_KEY" \
  -d '{
  "tool": "get_pools_by_address",
  "args": {
    "network": "eth",
    "address": "0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc"
  }
}'

Required fields in the current live schema: network, address.