Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_pool_trades

Retrieve recent trades for a specific DeFi pool by specifying the network and pool address. Optionally filter trades by minimum USD volume to focus on significant transactions.

Instructions

Get recent trades for a specific pool

Input Schema

NameRequiredDescriptionDefault
networkYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos')
poolAddressYesPool contract address
trade_volume_in_usd_greater_thanNoFilter trades with volume greater than this USD amount (optional)

Input Schema (JSON Schema)

{ "properties": { "network": { "description": "Network ID (e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" }, "poolAddress": { "description": "Pool contract address", "type": "string" }, "trade_volume_in_usd_greater_than": { "description": "Filter trades with volume greater than this USD amount (optional)", "type": "number" } }, "required": [ "network", "poolAddress" ], "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