Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getTokenPools

Find liquidity pools containing a specific token on a blockchain network. Use this tool to identify where a token is traded, filter by additional tokens, and sort results by metrics like volume or price.

Instructions

Get liquidity pools containing a specific token on a network. Great for finding where a token is traded.

Input Schema

NameRequiredDescriptionDefault
addressNoFilter pools that contain this additional token address
limitNoNumber of items per page (max 100)
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
orderByNoField to order byvolume_usd
pageNoPage number for pagination
reorderNoIf true, reorders the pool so that the specified token becomes the primary token for all metrics
sortNoSort orderdesc
tokenAddressYesToken address or identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Filter pools that contain this additional token address", "type": "string" }, "limit": { "default": 10, "description": "Number of items per page (max 100)", "type": "number" }, "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "type": "string" }, "orderBy": { "default": "volume_usd", "description": "Field to order by", "enum": [ "volume_usd", "price_usd", "transactions", "last_price_change_usd_24h", "created_at" ], "type": "string" }, "page": { "default": 0, "description": "Page number for pagination", "type": "number" }, "reorder": { "description": "If true, reorders the pool so that the specified token becomes the primary token for all metrics", "type": "boolean" }, "sort": { "default": "desc", "description": "Sort order", "enum": [ "asc", "desc" ], "type": "string" }, "tokenAddress": { "description": "Token address or identifier", "type": "string" } }, "required": [ "network", "tokenAddress" ], "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