Skip to main content
Glama

Cryptocurrency Market Data MCP Server

by Nayshins
MIT License
53
  • Apple

get-price-change

Analyze cryptocurrency price fluctuations by fetching price change statistics over specific time periods. Input a trading pair symbol and select an exchange to retrieve data for market analysis and trend tracking.

Instructions

Get price change statistics over different time periods

Input Schema

NameRequiredDescriptionDefault
exchangeNoExchange to use (supported: binance, coinbase, kraken, kucoin, hyperliquid, huobi, bitfinex, bybit, okx, mexc)binance
symbolYesTrading pair symbol (e.g., BTC/USDT, ETH/USDT)

Input Schema (JSON Schema)

{ "properties": { "exchange": { "default": "binance", "description": "Exchange to use (supported: binance, coinbase, kraken, kucoin, hyperliquid, huobi, bitfinex, bybit, okx, mexc)", "enum": [ "binance", "coinbase", "kraken", "kucoin", "hyperliquid", "huobi", "bitfinex", "bybit", "okx", "mexc" ], "type": "string" }, "symbol": { "description": "Trading pair symbol (e.g., BTC/USDT, ETH/USDT)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

Other Tools from Cryptocurrency Market Data MCP Server

Related Tools

    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/Nayshins/mcp-server-ccxt'

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