Skip to main content

Trading Session Stream

Stream Description

Trading session information for the underlying assets of TradFi Perpetual contracts, covering the U.S. equity market, Korean equity market, and the commodity market, is updated every second. Trading session information for different underlying markets is pushed in separate messages.

Event type:

  • EquityUpdate: Session types for the U.S. equity market include "PRE_MARKET", "REGULAR", "AFTER_MARKET", "OVERNIGHT", and "NO_TRADING".
  • CommodityUpdate: Session types for the commodity market include "REGULAR" and "NO_TRADING".
  • KR_EquityUpdate: Session types for the Korean equity market include "REGULAR" and "NO_TRADING".

URL PATH

/market

Stream Name

tradingSession

Update Speed

1s

Response Example

  {
"e": "EquityUpdate", // Event type, can also be CommodityUpdate or KR_EquityUpdate
"E": 1765244143062, // Event time
"t": 1765242000000, // Session start time
"T": 1765270800000, // Session end time
"S": "OVERNIGHT" // Session type
}