curl --location --request GET 'https://api.kucoin.com/api/ua/v1/market/ticker?tradeType=SPOT&symbol=BTC-USDT'{
"code": "200000",
"data": {
"tradeType": "FUTURES",
"ts": 1780996220678000000,
"list": [
{
"symbol": "XBTUSDTM",
"bestBidSize": "950",
"bestBidPrice": "62786.3",
"bestAskSize": "2",
"bestAskPrice": "62786.4",
"lastPrice": "62784.3",
"size": "1",
"open": "63160.1",
"high": "64206.3",
"low": "62412.5",
"baseVolume": "7526.108",
"quoteVolume": "476780475.0136",
"priceChange": "-375.8",
"priceChangePercent": "-0.5950",
"indexPrice": "62791.87",
"markPrice": "62787.16"
}
]
}
}