Skip to main content
Glama

Mesh Agent MCP Server

dexscreenertokeninfoagent_get_token_pairs

Retrieve all decentralized exchange (DEX) trading pairs for a specific token by specifying the blockchain and token contract address. Access real-time data on pair details, including price, volume, liquidity, and paired tokens, sourced 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