push updates.
Server-sent streams for real-time consumers.
For consumers that can't poll — UIs, bots, agents — signal pushes updates over SSE and WebSockets. The value changes, and you hear about it in the same breath.
transportsse · websocket
latencysame-block
filterby feed
authfree tier
don't poll, subscribe
Polling is a 90ms request to check if nothing changed. Push tells you the moment something does. For a liquidation bot, that's the difference between a fill and a miss.