crypto_scan
Scan cryptocurrency pairs with TradingView filters to retrieve price, volume, and technical indicators.
Instructions
Scan cryptocurrency pairs using TradingView filters. Returns price, volume, and technical indicators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filter conditions combined with AND | |
| major_only | No | Only include major exchanges (default: true) | |
| columns | No | Columns to return (default: all 23) | |
| timeframe | No | Timeframe: '1m','5m','15m','1h','4h','1d','1W','1M'. Default: '1d' | |
| limit | No | Max results (default: 50, max: 200) |