Score symbol (calibrated P(TP1) + plan + safety)
score_symbolCROWN data product: calibrated P(first TP1 before SL) band + coarse trade plan (TP ladder %, SL %, weights) for ONE symbol, FOLDED with a pre-trade feed-safety check (is the feed live/real-volume/fresh, no phantom ticks). Coverage is present-or-null — most symbols return p_tp1_band=null (valid, NOT an error). Feed the band into calc_ev; never read it as buy/sell. Routes: /v1/score/{symbol} + folds /v1/symbol/check as safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Perp symbol, e.g. 'BTCUSDT' (case/space-insensitive). A calibrated score exists only for recently-evaluated symbols; most return p_tp1_band=null (valid). | |
| direction | No | 'long' | 'short' — steers the plan ladder only; the P(TP1) score itself is direction-agnostic. | long |
| include_safety | No | If true (default), also fold a /v1/symbol/check feed-safety read into the response under `safety`. Set false to skip that extra call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||