Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_multiple_tokens_data

Retrieve detailed data for multiple tokens using their contract addresses, including optional attributes like top pools, across networks like Ethereum, Binance Smart Chain, and Polygon.

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