Introduction
TRADING
channel allows you to create and cancel orders and a feed of order updates based on your trading activity in your account.Trade
permission, otherwise you will receive an AUTH_ERROR
.Subscribe
{
"type": "SUBSCRIBE",
"channels": [
{
"name": "TRADING"
}
]
}
Subscription Confirmation
{
"type": "SUBSCRIPTIONS",
"channels": [
{
"name": "TRADING"
}
],
"time": 1732051274299000000
}
SubscriptionConfirmation
type
enum<string>
required
Allowed value:
SUBSCRIPTIONS
channels
array [object {2}]
required
name
string
required
instrument_codes
array[string]
optional
time
number
required