Auction Stream
This WebSocket stream emits an event whenever Kairos secures the winning bid for the upcoming Timeboost round.
WSCAT Example
wscat -c wss://rpc.kairos-timeboost.xyz/ws/auction_eventsSample Response
{
"round_number": 282555,
"start_ts_ms": 1744823300000,
"end_ts_ms": 1744823359000
}Note: If Kairos already controls the Express lane at the time of your connection, you will receive this event immediately with the current state.
Last updated