batch-get-tickers
Retrieve ticker data for multiple trading pairs simultaneously using the CCXT MCP Server. Specify an exchange and symbols to access real-time market information efficiently.
Instructions
Get ticker information for multiple trading pairs at once
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
marketType | No | Market type (default: spot) | |
symbols | Yes | List of trading pair symbols (e.g., ['BTC/USDT', 'ETH/USDT']) |