diff --git a/pkg/exchange/kucoin/kucoinapi/trade.go b/pkg/exchange/kucoin/kucoinapi/trade.go index 535298987..391269832 100644 --- a/pkg/exchange/kucoin/kucoinapi/trade.go +++ b/pkg/exchange/kucoin/kucoinapi/trade.go @@ -52,6 +52,8 @@ type GetFillsRequest struct { orderID *string `param:"orderId"` + // tradeType *string `param:"tradeType" default:"TRADE"` + symbol *string `param:"symbol"` side *string `param:"side" validValues:"buy,sell"`