Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_multiple_tokens_data

Retrieve token data by contract addresses on supported blockchains, including optional top pools information, for real-time market analysis in DeFi trading.

Instructions

Get data for multiple tokens by their contract addresses

Input Schema

NameRequiredDescriptionDefault
addressesYesToken contract addresses, comma-separated for multiple tokens
includeNoAttributes to include: 'top_pools' (optional)
networkYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos')

Input Schema (JSON Schema)

{ "properties": { "addresses": { "description": "Token contract addresses, comma-separated for multiple tokens", "type": "string" }, "include": { "description": "Attributes to include: 'top_pools' (optional)", "enum": [ "top_pools" ], "type": "string" }, "network": { "description": "Network ID (e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" } }, "required": [ "network", "addresses" ], "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