curl --location --request GET 'https://api.kucoin.com/api/v1/market/allTickers'{
"code": "200000",
"data": {
"time": 1729173207043,
"ticker": [
{
"symbol": "BTC-USDT",
"symbolName": "BTC-USDT",
"buy": "67192.5",
"bestBidSize": "0.000025",
"sell": "67192.6",
"bestAskSize": "1.24949204",
"changeRate": "-0.0014",
"changePrice": "-98.5",
"high": "68321.4",
"low": "66683.3",
"vol": "1836.03034612",
"volValue": "124068431.06726933",
"last": "67193",
"averagePrice": "67281.21437289",
"takerFeeRate": "0.001",
"makerFeeRate": "0.001",
"takerCoefficient": "1",
"makerCoefficient": "1"
}
]
}
}