burakoner / OKEx.Net

Open source .Net API wrapper for the @OKEx V5 Rest API and V5 Websocket API
MIT License
86 stars 48 forks source link

What password do I need to use? #97

Closed sabond9 closed 1 year ago

sabond9 commented 1 year ago

Please explain what password do I need to pass through parameters here: var funding_09 = api.Withdraw("USDT", 100.0m, OkexWithdrawalDestination.DigitalCurrencyAddress, "toAddress", "password", 1.0m, "USDT-TRC20");

burakoner commented 1 year ago

It's not login password, it's Trade Password. When I looked at api docs again I dont see any password parameter. THis endpoint has been changed. I'll implement it in this week

Screenshot_2

burakoner commented 1 year ago

Fixed in https://github.com/burakoner/OKEx.Net/commit/5c5e7a8bfa488407ee94e70570e6a79dc5231e2d and https://www.nuget.org/packages/OKEx.Net/5.3.4