curl --location --request GET 'https://api.kucoin.com/api/ua/v1/trade-statistics'{
"code": "200000",
"data": {
"spot": {
"turnoverOf24h": "1196823373.22"
},
"futures": {
"turnoverOf24h": "2136351344.85"
}
}
}