Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_trending_pools_by_network

Identify trending DeFi pools on a specific blockchain network, enabling real-time market analysis and informed trading decisions across decentralized exchanges.

Instructions

Get trending pools on a specific network

Input Schema

NameRequiredDescriptionDefault
durationNoDuration for trending: '5m', '1h', '6h', '24h' (optional, default: '24h')
includeNoAttributes to include: 'base_token', 'quote_token', 'dex' (comma-separated)
networkYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos')
pageNoPage number for pagination (optional, default: 1)

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Duration for trending: '5m', '1h', '6h', '24h' (optional, default: '24h')", "enum": [ "5m", "1h", "6h", "24h" ], "type": "string" }, "include": { "description": "Attributes to include: 'base_token', 'quote_token', 'dex' (comma-separated)", "type": "string" }, "network": { "description": "Network ID (e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" }, "page": { "description": "Page number for pagination (optional, default: 1)", "type": "integer" } }, "required": [ "network" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/edkdev/defi-trading-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server