Market Scan
scan_marketLive market scans: top gainers, biggest movers, alpha-ranked gainers with quality filters, the altcoin-season reading, technical analysis for one asset, or the current market-regime classification. [Paid: $0.25–$0.60 per call from your Einstein credit balance. Free alternatives exist for several of these — see list_einstein_capabilities.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | top_gainers · movers · alpha_ranked (quality-filtered gainers) · altseason · technicals (needs `token`) · regime (market regime classification). | top_gainers |
| chain | No | Blockchain network. | base |
| limit | No | Maximum results (1-100). | |
| token | No | Token symbol or address, for `technicals`. | |
| timeframe | No | Lookback window. | 24h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | No | Which Einstein capability answered. These tools route onto one of many skills by an enum argument, so this names the branch that actually ran. | |
| reason | No | Why there is no analysis, when `available` is false. | |
| analysis | No | The written answer, identical to the result's text block. This is the field to read: the rest of the payload is whichever capability answered, and its shape varies by tool and by argument. | |
| available | No | True when the analysis ran. False when it did not — no capability matched the arguments, the caller is out of credit, billing was unavailable, or the skill produced nothing. NOT a statement about the market. |