Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getTokenDetails

Retrieve detailed token information, including address and network ID, for analysis and tracking across multiple blockchains using DexPaprika MCP server.

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)

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

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