fetchTicker
Retrieve real-time ticker data for a specified trading pair on a cryptocurrency exchange using the CCXT MCP Server. Input the exchange ID and symbol to access price, volume, and market info.
Instructions
Fetch ticker information for a symbol on an exchange
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchangeId | Yes | Exchange ID (e.g., 'binance', 'coinbase') | |
symbol | Yes | Trading symbol (e.g., 'BTC/USDT') |