get_market_watch
Retrieve a filtered, sorted live snapshot of the entire market. Customize using percent change, volume, value, or symbol filters.
Instructions
Filtered/sorted view of the whole market (دیدهبان) from the live snapshot.
ALWAYS filtered and limited so it never dumps ~700 rows. sort_by ∈ {value, volume, pct_change, last, count}. Optional filters: min_pct/max_pct (percent change), min_volume, min_value, flow (1=Bourse, 2=Farabourse, 4=پایه), symbol_contains. fields projects specific columns (default is a compact set). Returns {rows, returned, matched, truncated, meta}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | No | ||
| limit | No | ||
| fields | No | ||
| max_pct | No | ||
| min_pct | No | ||
| sort_by | No | value | |
| min_value | No | ||
| descending | No | ||
| min_volume | No | ||
| symbol_contains | No |