Run focused scans over live markets with strategy-grade filters and signal ranking. Built for traders who need precision, not noise.
Combine trend, timeframe, score, volatility, and liquidity constraints in a single query payload.
Sort by signal score and prioritize opportunities with machine-friendly JSON responses.
Ship scanners in dashboards, bots, extensions, or AI agents with one endpoint contract.
POST /api/v1/screener/query
{
"timeFrame": "H1",
"trend": "Bullish",
"size": 10,
"sortField": "SignalScore",
"sortDirection": "Desc"
}