/v1/* route family exposes WebSocket and HTTP endpoints for:
- observing incoming transactions
- monitoring consensus-ordered transactions
- consuming post-execution transaction data and events
- submitting transactions directly to the network
/v1/* payloads are serialized with BCS. Each WebSocket frame contains one complete BCS document with no additional envelope or framing layer.
Route catalogue
Server may send WebSocket
Ping frames every ~30 s; respond with Pong (most client libraries do this automatically). Slow subscribers whose receive mailboxes stay full are dropped.