crypto_screener
Screen Binance spot pairs on 24h price change and volume, with filters for minimum turnover and price movement to surface active trading opportunities.
Instructions
Screen Binance spot pairs on 24h price and volume.
Args: quote_asset: Quote leg to screen against (USDT, USDC, BTC...). min_volume_usd: Minimum 24h turnover. Raising this is the main lever for filtering out pairs too illiquid to trade. min_change_pct: Keep only pairs up at least this much over 24h. max_change_pct: Keep only pairs below this 24h change. sort_by: "volume", "change" or "change_asc". limit: Rows to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| sort_by | No | volume | |
| quote_asset | No | USDT | |
| max_change_pct | No | ||
| min_change_pct | No | ||
| min_volume_usd | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||