Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getTokenDetails

Retrieve comprehensive details about a specific token on any blockchain network using network ID and token address. Access real-time data for informed decision-making.

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