Trade
wss://ws-api-spot.kucoin.com
Topic:/market/match:{symbol},{symbol}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/market/match:BTC-USDT",
"response": true
}
Response
Data Schema
trade
topic
string
required
type
string
required
subject
string
required
data
object
required
price
string
required
sequence
string
required
side
string
required
size
string
required
symbol
string
required
time
string
required
tradeId
string
required
type
string
required
makerOrderId
string
required
takerOrderId
string
required
Example
{
"topic": "/market/match:BTC-USDT",
"type": "message",
"subject": "trade.l3match",
"data": {
"makerOrderId": "671b5007389355000701b1d3",
"price": "67523",
"sequence": "11067996711960577",
"side": "buy",
"size": "0.003",
"symbol": "BTC-USDT",
"takerOrderId": "671b50161777ff00074c168d",
"time": "1729843222921000000",
"tradeId": "11067996711960577",
"type": "match"
}
}
Request
Query Params
token
string
required
Example:
2neAiuYvAU61ZDXANAGAsiL4-iAExhsBXZxftpOeh_55i3Ysy2q2LEsEWU64mdzUOPusi34M_wGoSf7iNyEWJ2gZJLp3fgqGGvpzdfennGL3R06_0gIS-diYB9J6i9GjsxUuhPw3Blq6rhZlGykT3Vp1phUafnulOOpts-MEmEF-3bpfetLOAjzQ04YZ_8fRJBvJHl5Vs9Y=.28mIdGU0xg5pJ6TpPYIhjg==
connectId
string
optional
Example:
121345
Modified at 2024-11-15 08:56:42