For the complete documentation index, see llms.txt. This page is also available as Markdown.

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_events

Sample Response

{
  "round_number": 282555,
  "start_ts_ms": 1744823300000,
  "end_ts_ms": 1744823359000
}

Note: You may receive up to two events upon connection: one for the current, active round and another for the next scheduled round.

Last updated