Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getPoolDetails

Retrieve comprehensive details about a specific liquidity pool by providing the network ID and pool address. Use this tool to analyze pool data, including price ratios and other metrics, directly through the DexPaprika (CoinPaprika) MCP server.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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/coinpaprika/dexpaprika-mcp'

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