curl --location --request GET 'https://api.kucoin.com/api/v1/market/stats?symbol=BTC-USDT'{
"code": "200000",
"data": {
"time": 1729175612158,
"symbol": "BTC-USDT",
"buy": "66982.4",
"sell": "66982.5",
"changeRate": "-0.0114",
"changePrice": "-778.1",
"high": "68107.7",
"low": "66683.3",
"vol": "1738.02898182",
"volValue": "117321982.415978333",
"last": "66981.5",
"averagePrice": "67281.21437289",
"takerFeeRate": "0.001",
"makerFeeRate": "0.001",
"takerCoefficient": "1",
"makerCoefficient": "1"
}
}