Skip to main content
Glama

DexScreener MCP Server

by openSVM

get_pairs_by_chain_and_address

Retrieve DEX trading pair data by specifying the blockchain chain and pair address. Access real-time market statistics and token profiles across multiple chains.

Instructions

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" }

You must be authenticated.

Other Tools from DexScreener MCP Server

Related Tools

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/openSVM/dexscreener-mcp-server'

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