curl --location --request GET 'https://api.kucoin.com/api/v1/limit/fills'{
"code": "200000",
"data": [
{
"symbol": "BTC-USDT",
"tradeId": "11732720444522497",
"orderId": "674aab24754b1e00077dbc69",
"counterOrderId": "674aab1fb26bfb0007a18b67",
"side": "buy",
"liquidity": "taker",
"forceTaker": false,
"price": "96999.6",
"size": "0.00001",
"funds": "0.969996",
"fee": "0.000969996",
"feeRate": "0.001",
"feeCurrency": "USDT",
"stop": "",
"tradeType": "TRADE",
"type": "limit",
"createdAt": 1732946724082
}
]
}