Reference

Response Format

Common Scanna response fields and the whale_activity object returned by signal endpoints.

Signal endpoints like /hot and POST /heat share a common set of fields.

Common fields

FieldTypeDescription
heat_score0-1Composite score (higher = hotter)
volume_spike_xnumberVolume multiplier vs historical baseline
hours_to_resolvenumberHours until market resolves
liquidity_usdnumberAMM pool liquidity in USD
whale_activityobject | nullLarge trades ($1K+) in last 4 hours
flow_biasstring"buy", "sell", or "neutral"
signalsstring[]Human-readable signal descriptions
volume_24hnumber24-hour USD volume
price_yesnumberYES outcome price (0-1)

whale_activity object

FieldTypeDescription
countnumberNumber of large trades
total_notionalnumberTotal USD value
directionstring"buy", "sell", or "mixed"

See the Signal Engine for how heat_score and the human-readable signals are derived.