JKorf / Bybit.Net

A C# .netstandard client library for the Bybit REST and Websocket V5 API focusing on clear usage and models
https://jkorf.github.io/Bybit.Net/
91 stars 62 forks source link

Missing feeType on /v5/asset/withdraw/create #179

Closed EricGarnier closed 6 months ago

EricGarnier commented 7 months ago

Hi JKorf, the method public async Task<WebCallResult<BybitId>> WithdrawAsync(... Does not expose the feeType parameter.

Do you plan to include it ? Or are you interested in a PR for this ?

Thanks Eric

JKorf commented 7 months ago

Hi Eric, please feel free to open a PR :)

EricGarnier commented 7 months ago

Done in Add feeType to withdraw V5 #180

JKorf commented 6 months ago

Added in latest version