1. API information
- public type:
wss://{sg|id|th}-api.upbit.com/websocket/v1 - private type:
wss://{sg|id|th}-api.upbit.com/websocket/v1/private
2. Rate limit
- Reference: Request Rate Limit
3. Data Type
Each type of information is divided into Snapshotand Real-time data and the available data to be received depends on the request method.
Snapshot information refers to the state at the time of the request.
Real-time information refers to the continuous provision of the requested information in stream form.
You can request Snapshot and Real-time information using WebSocket, and you can also request only one of the two types of information.
Public
A data type that can be received without any special authentication. (myTrade Excluded)
ticker: Current market price (Snapshot and real-time data available)trade: Transaction (Snapshot and real-time data available)orderbook: Orders (Snapshot and real-time data available)candle.1s: 1 Second candle (Snapshot and real-time data available)
Private
A data type that can only be received with authentication. For a detailed guide on authentication, please refer to the Test and Request examples page.
myOrder: My Order (Real-time data available)myAsset: My Asset (Real-time data available)
