curl --location --request GET 'https://api.kucoin.com/api/v2/broker/queryDetailByUid?tradeType=all&uid=&startAt=&endAt=&lastId=&direction=NEXT&pageSize=10'{
"code": "200000",
"data": [
{
"tradeTime": 1758729060000,
"uid": "1234234",
"nickName": null,
"invitedByMe": true,
"totalCommission": "0.0010",
"totalVolume": "2.9545",
"totalFee": "0.0029",
"rcode": "`12451234",
"spotTradingVolumeWithTag": "2.9545",
"futureTradingVolumeWithTag": null,
"tradingFeeWithTag": "0.0029",
"commissionWithTag": "0.0010",
"spotTradingVolumeWithNoTag": null,
"futureTradingVolumeWithNoTag": null,
"tradingFeeWithNoTag": null,
"commissionWithNoTag": null,
"currency": "USDC",
"lastId": "68d4138bafa05500017f7801"
}
]
}