Skip to main content
Glama

DexPaprika MCP Server

getTokenDetails

Retrieve comprehensive cryptocurrency token details including price, volume, and market data from multiple blockchain networks using DexPaprika's API.

Instructions

Get detailed information about a specific token on a network. First use getNetworks to get valid network IDs.

Input Schema

NameRequiredDescriptionDefault
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
tokenAddressYesToken address or identifier

Input Schema (JSON Schema)

{ "properties": { "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "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/infinity-smithpl/dexpaprika-mcp'

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