screen_market
Screen crypto symbols using indicator and price filters. Set conditions like RSI < 30 or 24h change > 5% to identify assets from top-volume markets.
Instructions
Screen many symbols by indicator and price conditions.
filters is a list of conditions, each either indicator- or
metric-based, e.g.
[{"indicator":"rsi:14","op":"<","value":30}, {"metric":"change_24h_pct","op":">","value":5}].
op is one of < <= > >= == !=.
When symbols is omitted, the top top_n symbols by 24h volume for
the given quote currency are screened. Runs with bounded concurrency
to respect rate limits; per-symbol failures are returned in errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | No | USDT | |
| top_n | No | ||
| filters | Yes | ||
| sort_by | No | volume_24h | |
| symbols | No | ||
| exchange | No | ||
| timeframe | No | 1h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||