Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getPoolDetails

Retrieve detailed information about a specific liquidity pool, including network ID and pool address, to analyze DeFi activity and token liquidity across blockchains.

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