Skip to main content
Glama

Cryptocurrency Market Data MCP Server

by Nayshins
MIT License
26
  • Apple

get-price

Retrieve the current price of a cryptocurrency trading pair from a specific exchange such as Binance, Coinbase, or Kraken. Specify the exchange and trading pair symbol for accurate market data.

Instructions

Get current price of a cryptocurrency pair from a specific exchange

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" }

You must be authenticated.

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