2026-06-15 · Hyperliquid · 5 条相关讨论
iirc blocks are ~100ms each, so that can't be true
iirc blocks are ~100ms each, so that can't be true
wdym cant be true
wdym cant be true
Bbo is pushed per-block when the best bid or ask changes. Unlike l2book, no initial bbo snapshot is pushed immediately upon connection, so the first bbo message can take time to arrive on less active markets.
Bbo is pushed per-block when the best bid or ask changes. Unlike l2book, no initial bbo snapshot is pushed immediately upon connection, so the first bbo message can take time to arrive on less active markets.
any latency for it?will be as fast as non validating node?
any latency for it?will be as fast as non validating node?
The latency of bbo messages should be the same as any other per-block cadence subscription channel, such as trades or a users orderUpdates. Running and fine tuning a non-validating node for latency is quite involved compared to using the websockets api.
The latency of bbo messages should be the same as any other per-block cadence subscription channel, such as trades or a users orderUpdates. Running and fine tuning a non-validating node for latency is quite involved compared to using the websockets api.