curl --location --request GET 'https://api.kucoin.com/api/v1/fills?symbol=BTC-USDT'{
"code": "200000",
"data": {
"currentPage": 1,
"pageSize": 50,
"totalNum": 1,
"totalPage": 1,
"items": [
{
"symbol": "DOGE-USDT",
"tradeId": "10862827223795713",
"orderId": "6745698ef4f1200007c561a8",
"counterOrderId": "6745695ef15b270007ac5076",
"side": "buy",
"liquidity": "taker",
"forceTaker": false,
"price": "0.40739",
"size": "10",
"funds": "4.0739",
"fee": "0.0040739",
"feeRate": "0.001",
"feeCurrency": "USDT",
"stop": "",
"tradeType": "TRADE",
"type": "market",
"createdAt": 1732602254928
}
]
}
}