Account
Developing
{{WSS_SERVER}}/ws/user
Last modified:2024-10-12 09:33:48
Before receiving real-time updates about your account changes through the "myaccount" channel, it's essential to subscribe to Authorize channel.
Update Speed
Message Structure
Send Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
Subscribe Example
{
"type": "subscribe",
"channel": "myaccount",
"id": "random string"
}
Unsubscribe Example
{
"type": "unsubscribe",
"channel": "myaccount",
"id": "random string"
}
Response Message
Response Example
Initial Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
1.
2.
1.
5.
1.
1.
2.
1.
3.
1.
6.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
8.
1.
9.
1.
10.
1.
11.
1.
12.
1.
13.
1.
14.
1.
15.
1.
Response Example
Update Message
1.
2.
3.
4.
5.
Place Order & Cancel Order Event
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
8.
1.
9.
1.
10.
1.
11.
1.
12.
1.
Place Order Example
Cancel Order Example
Order Match Event
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
8.
1.
9.
1.
10.
1.
11.
1.
12.
1.
7.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
8.
1.
9.
1.
10.
1.
Order Match Example
Deposit & Withdraw Event
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
7.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
8.
1.
9.
1.
Deposit Example
Withdrawal Example
User Fee Rate Update Event
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
2.
6.
1.
2.
7.
1.
2.
User Fee Rate Update Example
Request
Header Params
VESSEL-API-KEY
stringÂ
required
Default:
{{API_KEY}}
VESSEL-PASSPHRASE
stringÂ
required
Default:
{{API_PASSPHRASE}}
VESSEL-SIGNATURE
stringÂ
required
VESSEL-TIMESTAMP
stringÂ
required
Modified at 2024-10-12 09:33:48