scan
Screen global markets by indicators, fundamentals, or metrics. Returns matching symbols with selected columns.
Instructions
Screen global markets by any indicator, fundamental, or metric.
Returns matching symbols with the requested columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| market | No | crypto | |
| columns | No | Fields to return per row. Example: ['name', 'close', 'volume', 'change', 'RSI', 'market_cap']. Defaults to a sensible baseline when omitted. | |
| filters | No | Filter clauses applied AND-style. Each entry is {'left': <field>, 'operation': <op>, 'right': <value>}. Example: [{'left': 'volume', 'operation': 'greater', 'right': 1000000}]. | |
| sort_by | No | Column name used to order results (e.g. 'volume', 'change'). | volume |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |