DexScreener MCP Server

get_pairs_by_chain_and_address

Get one or multiple pairs by chain and pair address

Input Schema

NameRequiredDescriptionDefault
chainIdYesChain ID (e.g., "solana")
pairIdYesPair address

Input Schema (JSON Schema)

{ "properties": { "chainId": { "description": "Chain ID (e.g., \"solana\")", "type": "string" }, "pairId": { "description": "Pair address", "type": "string" } }, "required": [ "chainId", "pairId" ], "type": "object" }