Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

dexscreenertokeninfoagent_get_specific_pair_info

Retrieve real-time data on a specific decentralized exchange trading pair, including price, volume, liquidity, and price changes, by specifying the blockchain and pair contract address.

Instructions

Get detailed information about a specific trading pair on a decentralized exchange by chain and pair address. This tool provides comprehensive data about a DEX trading pair including current price, 24h volume, liquidity, price changes, and trading history. Data comes from DexScreener and is updated in real-time. You must specify both the blockchain and the exact pair contract address. The pair address is the LP contract address, not the quote token address.

Input Schema

NameRequiredDescriptionDefault
chainYesChain identifier (e.g., solana, bsc, ethereum, base)
pair_addressYesThe pair contract address to look up

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "Chain identifier (e.g., solana, bsc, ethereum, base)", "type": "string" }, "pair_address": { "description": "The pair contract address to look up", "type": "string" } }, "required": [ "chain", "pair_address" ], "type": "object" }
ID: 6dmo0hl0qq