WebSocket
Real-time WebSocket connections
Last updated
Real-time WebSocket connections
Last updated
GET /ws HTTP/1.1
Host:
Accept: */*
{
"type": "init",
"channel": "text",
"channelType": "text",
"data": {},
"symbol": "text",
"resolution": "text",
"candle": {},
"trades": [
{}
]
}