Index Price
wss://ws-api-spot.kucoin.com
Topic: /indicator/index:{symbol0},{symbol1}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/indicator/index:USDT-BTC",
"response": true
}
Response
Data Schema
indexPrice
id
string
required
type
string
required
topic
string
required
subject
string
required
data
object
required
symbol
string
required
granularity
integer
required
timestamp
integer <int64>
required
value
number
required
Example
{
"id": "5c24c5da03aa673885cd67a0",
"type": "message",
"topic": "/indicator/index:USDT-BTC",
"subject": "tick",
"data": {
"symbol": "USDT-BTC",
"granularity": 5000,
"timestamp": 1551770400000,
"value": 0.0001092
}
}
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