Get NFT Pools By Collection
Get all liquidity pools for a specific NFT collection on a given AMM NFT exchange.
Tool Name: get_nft_pools_by_collection
Category Endpoint: POST /hive_nft_analytics/mcp
Data Source: Codex
Overview
This tool is documented under the NFT Analytics category.
For schemas and the complete live catalog, also use:
GET /api/v1/toolshive://toolsget_api_endpoint_schemafrom 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_nft_pools_by_collection",
"args": {
"collectionAddress": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
"exchangeAddress": "0x00000000006c3852cbEf3e08E8dF289169EdE581",
"networkId": 1
}
}'Required fields in the current live schema: collectionAddress, exchangeAddress, networkId.