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": "248972427",
"nickName": "lor***@kupotech.com",
"invitedByMe": true,
"totalCommission": "0.0010",
"totalVolume": "2.9545",
"totalFee": "0.0029",
"rcode": "lorin2503",
"spotTradingVolumeWithTag": "2.9545",
"futureTradingVolumeWithTag": null,
"tradingFeeWithTag": "0.0029",
"commissionWithTag": "0.0010",
"spotTradingVolumeWithNoTag": null,
"futureTradingVolumeWithNoTag": null,
"tradingFeeWithNoTag": null,
"commissionWithNoTag": null,
"currency": "USDC",
"lastId": "68d4138bafa05500017f7801",
"spotTradingVolumeWithoutTag": null,
"futuresTradingVolumeWithoutTag": null,
"futuresTradingVolumeWithTag": null,
"tradingFeeWithoutTag": null,
"commissionWithoutTag": null
}
]
}