Orderbook - Level1
wss://ws-api-spot.kucoin.com
Topic: /spotMarket/level1:{symbol},{symbol}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/spotMarket/level1:BTC-USDT",
"response": true
}
Response
Data Schemaprice, size
orderbookLevel1
topic
string
required
type
string
required
subject
string
required
data
object
required
asks
array[string]
required
bids
array[string]
required
timestamp
integer <int64>
required
Example
{
"topic": "/spotMarket/level1:BTC-USDT",
"type": "message",
"subject": "level1",
"data": {
"asks": [
"68145.8", //price
"0.51987471" //size
],
"bids": [
"68145.7",
"1.29267802"
],
"timestamp": 1729816058766
}
}
Request
Query Params
token
string
required
Example:
2neAiuYvAU61ZDXANAGAsiL4-iAExhsBXZxftpOeh_55i3Ysy2q2LEsEWU64mdzUOPusi34M_wGoSf7iNyEWJ2gZJLp3fgqGGvpzdfennGL3R06_0gIS-diYB9J6i9GjsxUuhPw3Blq6rhZlGykT3Vp1phUafnulOOpts-MEmEF-3bpfetLOAjzQ04YZ_8fRJBvJHl5Vs9Y=.28mIdGU0xg5pJ6TpPYIhjg==
connectId
string
optional
Example:
121345
Modified at 6 months ago