curl --location --request GET 'https://api.kucoin.com/api/ua/v1/market/ticker?tradeType=SPOT&symbol=BTC-USDT'{
"code": "200000",
"data": {
"tradeType": "SPOT",
"ts": 1782119108627000000,
"list": [
{
"symbol": "BTC-USDT",
"name": "BTC-USDT",
"bestBidSize": "0.38851184",
"bestBidPrice": "64244.3",
"bestAskSize": "0.41199601",
"bestAskPrice": "64244.4",
"lastPrice": "64244.4",
"size": "0.03113111",
"open": "64011.2",
"high": "64813.6",
"low": "63273.2",
"baseVolume": "2594.047022749003398",
"quoteVolume": "166192286.097315979749431",
"priceChange": "233.2",
"priceChangePercent": "0.0036"
}
]
}
}