get_candle_market_snapshot
Return the same full-OHLC candle-pattern context used by the /candles chart: exact chart-supported presets, latest query candles, shape codes, historical analogues, magnitude bands, the analogue overlay ledger (resolved coverage and live-only Winkler vs trivial), data freshness, and an explicit signal-integrity gate. Candle similarity is research evidence, not a directional probability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | No | Forward horizon in bars. Only the chart presets 5, 10, 30, and 50 are supported | |
| q | No | Candles in the matched pattern. Only the chart presets 3, 5, 8, and 12 are supported | |
| limit | No | Number of closest candle analogues to return (1-20) | |
| symbol | No | Supported chart symbol: BTCUSDT, ETHUSDT, or SOLUSDT | BTCUSDT |
| anchorTs | No | Optional historical replay anchor in Unix milliseconds. Omit for the latest chart candle | |
| interval | No | Supported chart timeframe: 5m, 15m, 1h, 4h, or 1d | 5m |
| token_id | No | Optional Manus access token. Paid tools use tokenized service access, not a monthly subscription: when token_id is omitted the server returns payment_required with a Solana Pay invoice, and after payment you retry with the same token while the server uses Manus token/resolve to recover pending access. | |
| includeAnalogueCandles | No | Include OHLC arrays for every analogue and its continuation. False keeps the response agent-sized |