Get Trade History - Old
GET
https://api.kucoin.com/api/v1/fills
domain:Spot
api-channel:Private
api-permission:General
api-rate-limit-pool:Spot
sdk-service:Spot
sdk-sub-service:Order
sdk-method-name:getTradeHistoryOld
api-rate-limit-weight:10
Description
The return value is the data after Pagination, sorted in descending order according to time.
Tips
Request
Query Params
symbol
string
required
Example:
BTC-USDT
orderId
string
optional
side
enum<string>
optional
Allowed values:
buysell
type
enum<string>
optional
Allowed values:
limitmarketlimit_stopmarket_stop
tradeType
enum<string>
optional
Allowed values:
TRADEMARGIN_TRADEMARGIN_ISOLATED_TRADE
Default:
TRADE
startAt
integer <int64>
optional
Example:
1728663338000
endAt
integer <int64>
optional
Example:
1728692138000
currentPage
integer
optional
Default:
1
pageSize
integer
optional
>= 10<= 500
Example:
50
Request samples
Responses
Modified at about 1 month ago