scan_market
Scan market symbols using configurable filters for price/volume changes, liquidity events, funding rates, and more. Get matched symbols with validity and data freshness status.
Instructions
Sembol evrenini allowlisted filtre AST'si ile tarar (serbest SQL değil). Filtre türleri: volume_change, price_change, structure_event, liquidity_sweep_occurred, near_order_block, funding_rate, oi_change, above_below_vwap; and/or düğümleriyle iç içe kullanılabilir. Her satır data_stale (PA tazeliği) YANINDA symbol_valid (evrende işlem yapılabilir mi — delist olmayan), matched_filters (hangi filtre(ler) eşleşti) ve signal_summary (eşleşmeyi tetikleyen ham değerler) taşır (2.16). data_stale=false tek başına sembolün işlem yapılabilir olduğu anlamına gelmez; symbol_valid kontrol edin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | Sayfalama imleci (next_cursor ile döner) | |
| combine | No | AND | |
| filters | Yes | Filtre AST'si, örn. [{"type": "price_change", "min": 3}] | |
| sort_by | No | symbol | |
| timeframe | No | 1h | |
| request_id | No | ||
| idempotency_key | No |