JKorf / Kucoin.Net

A C# .netstandard client library for the Kucoin REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Kucoin.Net/
MIT License
113 stars 61 forks source link

WithdrawAsync() feeDeductType not supported! #185

Closed samanbahrekazemi closed 1 year ago

samanbahrekazemi commented 1 year ago

await client.SpotApi.Account.WithdrawAsync();

https://docs.kucoin.com/#apply-withdraw-2

Withdrawal fee deduction type: INTERNAL or EXTERNAL

fee deucted from account but I want deduct the transaction fees from withdrawal account.

JKorf commented 1 year ago

Has been added in the latest version

samanbahrekazemi commented 1 year ago

Thanks a lot.