curl --location --request GET 'https://api.kucoin.com/api/ua/v1/market/ticker?tradeType&symbol'{
"code": "200000",
"data": {
"tradeType": "FUTURES",
"ts": 1782118696729000000,
"list": [
{
"symbol": "XBTUSDTM",
"bestBidSize": "173",
"bestBidPrice": "64153",
"bestAskSize": "362",
"bestAskPrice": "64153.1",
"lastPrice": "64145.4",
"size": "1",
"open": "63976.0",
"high": "64824.9",
"low": "63261.6",
"baseVolume": "7170.832",
"quoteVolume": "459193466.6782",
"priceChange": "169.4",
"priceChangePercent": "0.2648",
"indexPrice": "64160.3",
"markPrice": "64153.17"
}
]
}
}