Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getNetworkDexes

Retrieve available decentralized exchanges (DEXes) for a specific blockchain network. Use network IDs from getNetworks to fetch results, with optional pagination for detailed output.

Instructions

Get available DEXes on a specific network. First call getNetworks to see valid network IDs.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of items per page
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
pageNoPage number for pagination

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Number of items per page", "type": "number" }, "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "type": "string" }, "page": { "default": 0, "description": "Page number for pagination", "type": "number" } }, "required": [ "network" ], "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