Kairos Timeboost
  • Introduction
  • A Quick Overview of Timeboost
  • Our Express Lane Sub-Auction
  • Submission API
    • timeboost_sendTransaction
    • timeboost_sendBundle
  • Stats APIs
    • Express Lane Status Endpoint
    • Get Order Info
    • Round Sequence
    • Auction stream
  • Resources & Endpoints
Powered by GitBook
On this page
  • WSCAT Example
  • Sample Response
  1. Stats APIs

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
}

PreviousRound SequenceNextResources & Endpoints

Last updated 2 months ago