Market Snapshot
wss://ws-api-spot.kucoin.com
Topic: /market/snapshot:{market}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/market/snapshot:BTC",
"response": true
}
Response
Data Schema
marketSnapshot
topic
string
required
type
string
required
subject
string
required
data
object
required
sequence
string
required
data
object
required
Example
{
"topic": "/market/snapshot:BTC",
"type": "message",
"subject": "trade.snapshot",
"data": {
"sequence": 1729785948015,
"data": {
"askSize": 1375.1096,
"averagePrice": 0.00000262,
"baseCurrency": "CHR",
"bidSize": 152.0912,
"board": 0, //Trading pair partition: 0.primary partition 1.KuCoin Plus", example = "1"
"buy": 0.00000263,
"changePrice": 0.00000005300000000000,
"changeRate": 0.0200,
"close": 0.000002698,
"datetime": 1729785948008,
"high": 0.00000274600000000000,
"lastTradedPrice": 0.000002698,
"low": 0.00000255800000000000,
"makerCoefficient": 1.000000,
"makerFeeRate": 0.001,
"marginTrade": false,
"mark": 0, //Trading Pair Mark: 0.default 1.ST. 2.NEW", example = "1"
"market": "BTC",
"marketChange1h": {
"changePrice": -0.00000000900000000000,
"changeRate": -0.0033,
"high": 0.00000270700000000000,
"low": 0.00000264200000000000,
"open": 0.00000270700000000000,
"vol": 27.10350000000000000000,
"volValue": 0.00007185015660000000
},
"marketChange24h": {
"changePrice": 0.00000005300000000000,
"changeRate": 0.0200,
"high": 0.00000274600000000000,
"low": 0.00000255800000000000,
"open": 0.00000264500000000000,
"vol": 6824.94800000000000000000,
"volValue": 0.01789509649520000000
},
"marketChange4h": {
"changePrice": 0.00000000600000000000,
"changeRate": 0.0022,
"high": 0.00000270700000000000,
"low": 0.00000264200000000000,
"open": 0.00000269200000000000,
"vol": 92.69020000000000000000,
"volValue": 0.00024903875740000000
},
"markets": [
"BTC",
"DePIN",
"Layer 1"
],
"open": 0.00000264500000000000,
"quoteCurrency": "BTC",
"sell": 0.000002695,
"siteTypes": [
"global"
],
"sort": 100, //sorting number
"symbol": "CHR-BTC",
"symbolCode": "CHR-BTC",
"takerCoefficient": 1.000000,
"takerFeeRate": 0.001,
"trading": true,
"vol": 6824.94800000000000000000,
"volValue": 0.01789509649520000000
}
}
}
Request
Query Params
token
string
required
Example:
2neAiuYvAU61ZDXANAGAsiL4-iAExhsBXZxftpOeh_55i3Ysy2q2LEsEWU64mdzUOPusi34M_wGoSf7iNyEWJ2gZJLp3fgqGGvpzdfennGL3R06_0gIS-diYB9J6i9GjsxUuhPw3Blq6rhZlGykT3Vp1phUafnulOOpts-MEmEF-3bpfetLOAjzQ04YZ_8fRJBvJHl5Vs9Y=.28mIdGU0xg5pJ6TpPYIhjg==
connectId
string
optional
Example:
121345
Modified at 5 months ago