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 Snapshot
and 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)- myTrade`: My Trade (Real-time data available)
- Scheduled to be DEPRECATED -
myTrade
data will be included inmyOrder
- Scheduled to be DEPRECATED -
Private
A data type that can only be received with authentication.
For a detailed guide on authentication, please refer to the Make Websocket Request page.
myOrder
: My Order (Real-time data available)myAsset
: My Asset (Real-time data available)