Subscribe
instrument_codes
property alongside the name of the channel.Subscription Request
{
"type": "SUBSCRIBE",
"channels": [
{
"name": "TRADING"
}
]
}
WebsocketSubscriptionRequest
type
enum<string>
required
Allowed value:
SUBSCRIBE
channels
array [object {3}]
required
name
string
required
instrument_codes
array[string]
optional
just_orders
string
optional
Subscription Response
Success
{
"type": "SUBSCRIPTIONS",
"channels": [
{
"name": "TRADING"
}
],
"time": 1731671164898119453
}
WebsocketSubscriptionSuccessResponse
type
enum<string>
required
Allowed value:
SUBSCRIPTIONS
channels
array [object {1}]
required
name
string
required
time
integer
required
Error
{
"error": "Invalid channel."
}
WebsocketSubscriptionErrorResponse
error
enum<string>
required
Allowed value:
SUBSCRIBE