All Tickers
wss://ws-api-spot.kucoin.com
Topic: /market/ticker:all
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/market/ticker:all",
"response": true
}
Response
Data SchemaThe matching time of the latest transaction
allTickers
topic
string
required
type
string
required
subject
string
required
data
object
required
bestAsk
string
required
bestAskSize
string
required
bestBid
string
required
bestBidSize
string
required
price
string
required
sequence
string
required
size
string
required
time
integer <int64>
required
Example
{
"topic": "/market/ticker:all",
"type": "message",
"subject": "BTC-USDT",
"data": {
"bestAsk": "67218.7",
"bestAskSize": "1.92318539",
"bestBid": "67218.6",
"bestBidSize": "0.01045638",
"price": "67220",
"sequence": "14691455768",
"size": "0.00004316",
"time": 1729757723612 //The matching time of the latest transaction
}
}
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