get-ticker
Fetch real-time ticker data for a specified trading pair and exchange using the CCXT MCP Server. Input exchange ID and symbol to retrieve current market information.
Instructions
Get current ticker information for a trading pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
marketType | No | Market type (default: spot) | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |