Call Auction Data
wss://ws-api-spot.kucoin.com
Topic: /callauction/callauctionData:{symbol}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/callauction/callauctionData:BTC-USDT",
"response": true
}
Response
Data SchemaSymbol Estimated price Estimated size Sell order minimum price Sell order maximum price Buy order minimum price Buy order maximum price Timestamp (ms)
callAuctionInfo
type
string
required
topic
string
required
subject
string
required
data
object
required
symbol
string
required
estimatedPrice
string
required
estimatedSize
string
required
sellOrderRangeLowPrice
string
required
sellOrderRangeHighPrice
string
required
buyOrderRangeLowPrice
string
required
buyOrderRangeHighPrice
string
required
time
integer <int64>
required
Example
{
"type":"message",
"topic":"/callauction/callauctionData:BTC-USDT",
"subject":"callauction.callauctionData",
"data":{
"symbol":"BTC-USDT",
"estimatedPrice":"0.17",
"estimatedSize":"0.03715004",
"sellOrderRangeLowPrice":"1.788",
"sellOrderRangeHighPrice":"2.788",
"buyOrderRangeLowPrice":"1.788",
"buyOrderRangeHighPrice":"2.788",
"time":1550653727731
}
}
Request
Query Params
token
string
required
Example:
2neAiuYvAU61ZDXANAGAsiL4-iAExhsBXZxftpOeh_55i3Ysy2q2LEsEWU64mdzUOPusi34M_wGoSf7iNyEWJ2gZJLp3fgqGGvpzdfennGL3R06_0gIS-diYB9J6i9GjsxUuhPw3Blq6rhZlGykT3Vp1phUafnulOOpts-MEmEF-3bpfetLOAjzQ04YZ_8fRJBvJHl5Vs9Y=.28mIdGU0xg5pJ6TpPYIhjg==
connectId
string
optional
Example:
121345
Modified at about 2 months ago