Skip to main content

Websocket

GET

{BASE_URL}/websocket

wss://{BASE_URL}/websocket

Connect to receive real-time order updates. You may open multiple connections. The HK and KR example tabs show the same public envelope for each market.

Korean USD-account funding

A Korean equity buy submitted on a USD account can produce independent update streams:

  1. Equity updates use the client-supplied equity order_id.
  2. Each automatic USD/KRW conversion has a server-generated order_id, symbol: USD/KRW, side: sell, purpose: equity_funding, and a parent_av_order_id equal to the root equity av_order_id.

Equity and funding events may interleave, and more than one funding order may appear over the life of a modified equity order. There is no separate “funding complete” event; process each lifecycle by its own order_id and use parent_av_order_id only for correlation. Do not cancel or modify an automatic funding order directly. Completed USD-to-KRW fills are not automatically reversed after a later equity cancel, replace, or reject. A funding rejection does not by itself define the equity state; rely on the equity update.

Request

Responses

Order update