fetchTicker
Retrieve real-time market data for cryptocurrency trading pairs, including prices and volume, from supported exchanges to inform trading decisions.
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') |