Packet example
The BTC market read your systems should receive directly.
This is the shape Etna Alpha sells: a compact
market_state.v1 object with state, reasons, confidence,
evidence, replay, routes, and usage context attached. Your system starts
from the market read instead of rebuilding it from venue flow every run.
BTC tape to packet proof
Same move. From raw tape to market-state context.
Rows show what happened. Etna Alpha keeps the state, reasons, evidence, replay identity, and routes attached.
The live proof route fills in row counts and the remaining synthesis work.
Proof stays redacted and bounded; live packet routes remain after-key and metered.
Why this packet sells the API
A Pro loop turns this artifact into a live operating surface.
The public page proves the packet shape. Paid access makes the same read current, keyed, metered, replayable, and ready to route across the approved symbols your workflow actually watches.
- State
- Pressure building
- Tags
- crowding watch, depth fragile, replay ready
- Reasons
- Book pressure rose while visible depth thinned across the review window.
- Confidence
- Calibrating, evidence attached
- Routes
- Workbench, replay, webhook, feedback, usage receipt
{
"packet_type": "market_state.v1",
"symbol": "BTCUSD-PERP",
"state": "pressure_building",
"tags": [
"crowding_watch",
"depth_fragile",
"replay_ready"
],
"reasons": [
"pressure rose inside the current review window",
"visible depth thinned near the active price band"
],
"evidence": {
"workbench": "/packets/{event_id}/workbench",
"rows": "/events/{event_id}/evidence"
},
"replay": {
"cursor": "current_review_window",
"route": "/replay?symbol=BTCUSD-PERP"
},
"routes": ["webhook", "agent_brief", "dashboard"]
}
Inspect the state
Read the compact state, tags, reasons, and confidence posture before wiring it into a workflow.
Open evidence
Use the Workbench/evidence routes to inspect why the packet was labeled that way.
Replay the window
Reopen the same event window for research, desk notes, follow-up alerts, or review.
Route the object
Send the packet to dashboards, agents, webhook consumers, notebooks, or internal receipts.
From packet proof to live API
Pick the plan for the loop you want to prove.
The packet page shows the artifact. Paid access turns that same shape into live latest packets, Workbench evidence, replay cursors, webhook tests, feedback, usage receipts, and first-packet setup support.