Skip to main content
Glama

CoinStats MCP Server

Official

get-ticker-markets

Retrieve a list of cryptocurrency tickers across multiple exchanges, filtered by coin, exchange, or verification status, to compare market data efficiently.

Instructions

Get a list of tickers for a specific cryptocurrency across different exchanges.

Input Schema

NameRequiredDescriptionDefault
coinIdNoCoin identifier
exchangeNoExchange name
fromCoinNoFrom currency/coin symbol
limitNoNumber of results per page
onlyVerifiedNoFilter only verified exchanges
pageNoPage number
toCoinNoTo currency/coin symbol

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "coinId": { "description": "Coin identifier", "type": "string" }, "exchange": { "description": "Exchange name", "type": "string" }, "fromCoin": { "description": "From currency/coin symbol", "type": "string" }, "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "onlyVerified": { "description": "Filter only verified exchanges", "type": "boolean" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "toCoin": { "description": "To currency/coin symbol", "type": "string" } }, "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/CoinStatsHQ/coinstats-mcp'

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