Skip to main content
Glama

DexPaprika MCP Server

getPoolDetails

Retrieve detailed information about a specific decentralized exchange pool, including token pairs, liquidity, and trading data, using network ID and pool address.

Instructions

Get detailed information about a specific pool. Requires network ID from getNetworks and a pool address.

Input Schema

NameRequiredDescriptionDefault
inversedNoWhether to invert the price ratio
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
poolAddressYesPool address or identifier

Input Schema (JSON Schema)

{ "properties": { "inversed": { "default": false, "description": "Whether to invert the price ratio", "type": "boolean" }, "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "type": "string" }, "poolAddress": { "description": "Pool address or identifier", "type": "string" } }, "required": [ "network", "poolAddress" ], "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/infinity-smithpl/dexpaprika-mcp'

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