v1

latestOpenAPI 3.1.02026-07-2655154175.6 KB
Scoring

Detailed scoring for a single trade

Returns sentiment, urgency, and confidence scores for an individual trade plus a spread-level breakdown and full trade context (ticker, strike, expiration, sweep/block flags, moneyness). Used to drill into a single row from /v1/flow/{ticker}.

The trade_id path parameter accepts three formats: the canonical flow_{hex}_{idx} id returned by the flow feed, a bare hex timestamp (188afe42c3a77af2), or a raw nanosecond integer.

get/v1/score/{trade_id}

Path parameters

trade_idstring required
Example:flow_188afe42c3a77af2_0

Trade id (flow_{hex}_{idx}, bare hex timestamp, or raw nanos).

Response

Trade scoring breakdown.

Example response

{
  "data": {
    "tradeId": "flow_188afe42c3a77af2_0"
  },
  "meta": {
    "requestId": "d7574836"
  }
}