Call Auction Orderbook - Level50
wss://ws-api-spot.kucoin.com
Topic:/callauction/level2Depth50:{symbol}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/callauction/level2Depth50:BTC-USDT",
"response": true
}
Response
Data Schemaprice, size
callAuctionOrderbookLevel50
type
string
required
topic
string
required
subject
string
required
data
object
required
asks
array [array]
required
bids
array [array]
required
timestamp
integer <int64>
required
Example
{
"topic": "/callauction/level2Depth50:BTC-USDT",
"type": "message",
"subject": "level2",
"data": {
"asks": [
[
"95964.3",
"0.08168874"
],
[
"95967.9",
"0.00985094"
]
],
"bids": [
[
"95964.2",
"1.35483359"
],
[
"95964.1",
"0.01117492"
]
],
"timestamp": 1733124805073
}
}
Request
Query Params
token
string
required
Example:
2neAiuYvAU61ZDXANAGAsiL4-iAExhsBXZxftpOeh_55i3Ysy2q2LEsEWU64mdzUOPusi34M_wGoSf7iNyEWJ_dm3WIc2VYfQG_14cxWCE7mHih-uOn90tiYB9J6i9GjsxUuhPw3Blq6rhZlGykT3Vp1phUafnulOOpts-MEmEEospqlVGyc9kAqzTuhanTCJBvJHl5Vs9Y=.CHw5RcLXqmXUv-MVK2otxw==
connectId
string
optional
Example:
121345
Modified at 2025-02-26 03:55:24