curl --location --request GET 'https://api.kucoin.com/api/ua/v1/account/ledger?accountType=FUTURES¤cy=BTC&direction=in&businessType=TRANSFER&lastId=254062248624417&startAt=1728663338000&endAt=1728692138000&pageSize=100'{
"code": "200000",
"data": [
{
"accountType": "TRADING",
"id": "1460226750005536",
"currency": "USDT",
"amount": "0.01000000",
"tax": "0",
"fee": "0.00000000",
"balance": "113.26651514",
"businessType": "TRANSFER",
"direction": "in",
"ts": "1747021872836",
"remark": "{}"
}
]
}