discovery scan
scores every report outcome for a ticker on a 0-100 scale and ranks them best first — the data behind edgeful’s discovery page. each row carries its score, its raw historical hit rate, sample size, labels, recent activity and trend, and a drill-through href to the underlying report. warm targets return from a precomputed cache; a cold ticker is computed on demand, which can take a few minutes on the first request.
Authorizations
Use your Edgeful API key as the bearer token. In the API Reference authorization drawer, paste only the key (for example, ef_live_<random>).
Path Parameters
ticker symbol. format varies by market_type: stocks use a plain symbol (e.g., SPY), forex uses a 6-character pair (e.g., EURUSD), crypto uses a contract pair (e.g., BTCUSD), futures uses the root symbol (e.g., ES).
"SPY"
"EURUSD"
"BTCUSD"
"ES"
market venue for the ticker. one of: forex, futures, crypto, stock. determines supported symbols and whether session-based intraday aggregation is available.
forex, futures, crypto, stock "stock"
"forex"
Query Parameters
preset session id (or shared id) to scan; defaults to new_york.
optional custom session start time, HH:MM:SS, in the requested timezone; provide together with end_time and timezone.
optional custom session end time, HH:MM:SS, in the requested timezone; provide together with start_time and timezone.
optional IANA timezone used to aggregate a custom session window.
scoring window for the ranking: 1mo, 3mo, 6mo, or 1y; defaults to 6mo.
1mo, 3mo, 6mo, 1y only include reports scoring at least this value (0-100); defaults to 50, lower to 0 to see every scored report.
0 <= x <= 100Response
Successful Response
"ready"