Signal Consumption
Transport Options
Channel
Endpoint or topic
Typical latency
Canonical Message Schema (JSON)
{
"ts": "2025-09-03T14:00:00Z", // candle close ISO-8601
"symbol": "BTCUSDT",
"action": "LONG_100", // LONG_100 | FLAT_0 | SHORT_100 | HOLD
"price_ref": 27251.34, // close price used by the model
"model_id": "0x3af1…9c14",
"sig_hash": "0x28da…ab9e", // SHA-256(ts,symbol,action,price_ref)
"signature": "0x5dbe…21cf" // Ed25519 over raw payload
}Timing Rules
Action Semantics
Action
Target allocation
Idempotence (default ON)
Integration Patterns
Pattern
Consumer example
Connection type
Reference Listener (Python, ccxt)
Operational Safeguards
Historical Back-fill
Last updated