crypto_derivatives
Crypto market data via ccxt exchange. Covers: price, klines (OHLCV), 24h ticker, multi-symbol price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (1-500, default 50) | |
| action | Yes | Action to perform: price, klines, ticker_24h, multi_price. | |
| symbol | No | Trading pair, e.g. BTC/USDT | |
| symbols | No | Comma-separated symbols for multi_price | |
| exchange | No | Exchange name (default: Binance) | |
| timeframe | No | Kline timeframe, e.g. 1h, 4h, 1d (default: 4h) |