Skip to main content
Glama

Mesh Agent MCP Server

dexscreenertokeninfoagent_get_token_pairs

Retrieve real-time trading pairs for a specific token across decentralized exchanges by providing the blockchain and token contract address. Access data on paired tokens, exchanges, prices, volume, and liquidity directly from DexScreener.

Instructions

Get all trading pairs for a specific token across decentralized exchanges by chain and token address. This tool retrieves a comprehensive list of all DEX pairs where the specified token is traded on a particular blockchain. It provides data on each pair including the paired token, exchange, price, volume, and liquidity. Data comes from DexScreener and is updated in real-time. You must specify both the blockchain and the exact token contract address.

Input Schema

NameRequiredDescriptionDefault
chainYesChain identifier (e.g., solana, bsc, ethereum, base)
token_addressYesThe token contract address to look up all pairs for

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "Chain identifier (e.g., solana, bsc, ethereum, base)", "type": "string" }, "token_address": { "description": "The token contract address to look up all pairs for", "type": "string" } }, "required": [ "chain", "token_address" ], "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/heurist-network/heurist-mesh-mcp-server'

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