batch-get-tickers
Retrieve real-time ticker data for multiple trading pairs simultaneously on supported exchanges. Specify exchange, symbols, and market type for efficient data fetching.
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']) |