Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

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" }
ID: 6dmo0hl0qq